Header file for menu related console command callbacks. More...
Go to the source code of this file.
Typedefs | |
typedef enum msoMenuState_s | msoMenuState_t |
Enumerations | |
enum | msoMenuState_s { MSO_MSTATE_REINIT, MSO_MSTATE_PREPARED, MSO_MSTATE_INITIALIZED } |
Functions | |
void | MSO_SetMenuState (const msoMenuState_t newState, const qboolean initNow, const qboolean preserveIndex) |
void | MSO_InitCallbacks (void) |
void | MSO_ShutdownCallbacks (void) |
Header file for menu related console command callbacks.
Definition in file cp_messageoptions_callbacks.h.
typedef enum msoMenuState_s msoMenuState_t |
enum msoMenuState_s |
Definition at line 29 of file cp_messageoptions_callbacks.h.
void MSO_InitCallbacks | ( | void | ) |
Definition at line 245 of file cp_messageoptions_callbacks.c.
References Cmd_AddCommand(), MSO_BackupSettings_f(), MSO_Init_f(), MSO_RestoreSettings_f(), MSO_Scroll_f(), and MSO_Toggle_f().
Referenced by MSO_Init().
void MSO_SetMenuState | ( | const msoMenuState_t | newState, | |
const qboolean | initNow, | |||
const qboolean | preserveIndex | |||
) |
Definition at line 233 of file cp_messageoptions_callbacks.c.
References messageList_scroll, MSO_MSTATE_REINIT, MSOCB_Init(), msoMenuState, and visibleMSOEntries.
Referenced by MSO_InitList(), MSO_LoadXML(), MSO_ParseCategories(), MSO_ParseSettings(), MSO_RestoreSettings_f(), MSO_Set(), and MSO_SetAll_f().
void MSO_ShutdownCallbacks | ( | void | ) |
Definition at line 256 of file cp_messageoptions_callbacks.c.
References Cmd_RemoveCommand(), TEXT_MESSAGEOPTIONS, and UI_ResetData().
Referenced by MSO_Shutdown().