|
UFO: Alien Invasion
|
structure holding pause and notify settings for a notify type. More...
#include <cp_messageoptions.h>

Data Fields | |
| bool | doPause |
| bool | doNotify |
| bool | doSound |
structure holding pause and notify settings for a notify type.
Definition at line 86 of file cp_messageoptions.h.
| bool messageSettings_t::doNotify |
flag whether game should notify
Definition at line 88 of file cp_messageoptions.h.
Referenced by MSO_CheckAddNewMessage(), MSO_SaveXML(), MSO_Set(), MSO_Toggle_f(), and MSO_UpdateVisibleButtons().
| bool messageSettings_t::doPause |
flag whether game should pause
Definition at line 87 of file cp_messageoptions.h.
Referenced by MSO_CheckAddNewMessage(), MSO_SaveXML(), MSO_Set(), MSO_Toggle_f(), and MSO_UpdateVisibleButtons().
| bool messageSettings_t::doSound |
flag whether game should play sound notification
Definition at line 89 of file cp_messageoptions.h.
Referenced by MSO_CheckAddNewMessage(), MSO_SaveXML(), MSO_Set(), MSO_Toggle_f(), and MSO_UpdateVisibleButtons().