DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
modlist_entry_t Struct Reference
+ Collaboration diagram for modlist_entry_t:

Data Fields

char dir [MAX_QPATH]
 
qbool loaded
 
char name [128]
 

Detailed Description

Definition at line 4533 of file menu.c.

Field Documentation

◆ dir

char modlist_entry_t::dir[MAX_QPATH]

Definition at line 4540 of file menu.c.

Referenced by M_ModList_Draw(), ModList_Enable(), and ModList_RebuildList().

◆ loaded

qbool modlist_entry_t::loaded

Definition at line 4535 of file menu.c.

Referenced by M_Menu_ModList_AdjustSliders(), and ModList_RebuildList().

◆ name

char modlist_entry_t::name[128]

Definition at line 4538 of file menu.c.

Referenced by M_ModList_Draw().


The documentation for this struct was generated from the following file: