structure holding pause and notify settings for a notify type. More...
#include <cp_messageoptions.h>
Data Fields | |
qboolean | doPause |
qboolean | doNotify |
qboolean | doSound |
structure holding pause and notify settings for a notify type.
Definition at line 85 of file cp_messageoptions.h.
flag whether game should notify
Definition at line 87 of file cp_messageoptions.h.
Referenced by MSO_SaveXML(), MSO_Set(), MSO_Toggle_f(), and MSO_UpdateVisibleButtons().
flag whether game should pause
Definition at line 86 of file cp_messageoptions.h.
Referenced by MSO_SaveXML(), MSO_Set(), MSO_Toggle_f(), and MSO_UpdateVisibleButtons().
flag whether game should play sound notification
Definition at line 88 of file cp_messageoptions.h.
Referenced by MSO_SaveXML(), MSO_Set(), MSO_Toggle_f(), and MSO_UpdateVisibleButtons().