Nuclide
Software Development Kit for id Tech
textmenu.qc File Reference

Functions

int Textmenu_IsActive (void)
 Returns true or false depending on if a text menu is currently active. More...
 
void Textmenu_Hide (void)
 Force the active text menu to be hidden. More...
 
void Textmenu_Call (string menu)
 Forcefully displays a given text menu. More...
 
void Textmenu_Toggle (string menu)
 Toggle the text menu, replacing it with the one specified if inactive. More...
 
void Textmenu_Draw (void)
 Called by Nuclide to draw text menus. More...
 
void Textmenu_Input (int nr)
 Called by Nuclide to pass numeric input values to the text menu. More...