UFO: Alien Invasion
cp_messageoptions_callbacks.h File Reference

Header file for menu related console command callbacks. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  msoMenuState_t { MSO_MSTATE_REINIT , MSO_MSTATE_PREPARED , MSO_MSTATE_INITIALIZED }
 

Functions

void MSO_SetMenuState (const msoMenuState_t newState, const bool initNow, const bool preserveIndex)
 
void MSO_InitCallbacks (void)
 
void MSO_ShutdownCallbacks (void)
 

Detailed Description

Header file for menu related console command callbacks.

Definition in file cp_messageoptions_callbacks.h.

Enumeration Type Documentation

◆ msoMenuState_t

Enumerator
MSO_MSTATE_REINIT 
MSO_MSTATE_PREPARED 
MSO_MSTATE_INITIALIZED 

Definition at line 28 of file cp_messageoptions_callbacks.h.

Function Documentation

◆ MSO_InitCallbacks()

void MSO_InitCallbacks ( void  )

Definition at line 255 of file cp_messageoptions_callbacks.cpp.

References backupMessageSettings, cgi, msgOptionsCallbacks, and OBJSET.

Referenced by MSO_Init().

◆ MSO_SetMenuState()

void MSO_SetMenuState ( const msoMenuState_t  newState,
const bool  initNow,
const bool  preserveIndex 
)

◆ MSO_ShutdownCallbacks()

void MSO_ShutdownCallbacks ( void  )

Definition at line 262 of file cp_messageoptions_callbacks.cpp.

References cgi, msgOptionsCallbacks, and TEXT_MESSAGEOPTIONS.

Referenced by MSO_Shutdown().