|
UFO: Alien Invasion
|
#include <cp_messageoptions.h>

Data Fields | |
| const char * | notifyType |
| struct msgCategory_s * | category |
| struct msgCategoryEntry_s * | next |
| struct msgCategoryEntry_s * | previous |
| messageSettings_t * | settings |
| bool | isCategory |
Definition at line 93 of file cp_messageoptions.h.
| struct msgCategory_s* msgCategoryEntry_t::category |
associated category
Definition at line 95 of file cp_messageoptions.h.
Referenced by MSO_ParseCategory(), and MSO_UpdateVisibleButtons().
| bool msgCategoryEntry_t::isCategory |
flag indicating that this is a category and no notification type
Definition at line 99 of file cp_messageoptions.h.
Referenced by MSO_InitList(), MSO_ParseCategory(), MSO_Toggle_f(), and MSO_UpdateVisibleButtons().
| struct msgCategoryEntry_s* msgCategoryEntry_t::next |
pointer to next in category
Definition at line 96 of file cp_messageoptions.h.
Referenced by MSO_ParseCategory().
| const char* msgCategoryEntry_t::notifyType |
notification type or category name
Definition at line 94 of file cp_messageoptions.h.
Referenced by MSO_InitList(), MSO_ParseCategory(), and MSO_Toggle_f().
| struct msgCategoryEntry_s* msgCategoryEntry_t::previous |
pointer to previous in category
Definition at line 97 of file cp_messageoptions.h.
Referenced by MSO_ParseCategory().
| messageSettings_t* msgCategoryEntry_t::settings |
associated settings
Definition at line 98 of file cp_messageoptions.h.
Referenced by MSO_ParseCategory(), MSO_Toggle_f(), and MSO_UpdateVisibleButtons().