Nuclide
Software Development Kit for id Tech
|
Go to the source code of this file.
Functions | |
void | Textmenu_Call (string) |
Forcefully displays a given text menu. More... | |
void | Textmenu_Toggle (string) |
Toggle the text menu, replacing it with the one specified if inactive. More... | |
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_Input (int) |
Called by Nuclide to pass numeric input values to the text menu. More... | |
void | Textmenu_Draw (void) |
Called by Nuclide to draw text menus. More... | |
Variables | |
var string | g_textmenu = "" |
var float | g_textmenucheck = 0.0f |
var string g_textmenu = "" |
var float g_textmenucheck = 0.0f |