![]()  | 
  
    Nuclide
    
   Software Development Kit for id Technology (BETA) 
   | 
 
Displays text-based menus, for use with a keyboard. More...
Displays text-based menus, for use with a keyboard.
Functions | |
| void | Textmenu_Call (string) | 
| Forcefully displays a given text menu.   | |
| void | Textmenu_Toggle (string) | 
| Toggle the text menu, replacing it with the one specified if inactive.   | |
| int | Textmenu_IsActive (void) | 
Returns true or false depending on if a text menu is currently active.   | |
| void | Textmenu_Hide (void) | 
| Force the active text menu to be hidden.   | |
| void | Textmenu_Input (int) | 
| Called by Nuclide to pass numeric input values to the text menu.   | |
| void | Textmenu_Draw (void) | 
| Called by Nuclide to draw text menus.   | |
| void Textmenu_Call | ( | string | menu | ) | 
Forcefully displays a given text menu.
| void Textmenu_Draw | ( | void | ) | 
Called by Nuclide to draw text menus.
| void Textmenu_Hide | ( | void | ) | 
Force the active text menu to be hidden.
| void Textmenu_Input | ( | int | nr | ) | 
Called by Nuclide to pass numeric input values to the text menu.
| int Textmenu_IsActive | ( | void | ) | 
Returns true or false depending on if a text menu is currently active. 
| void Textmenu_Toggle | ( | string | menu | ) | 
Toggle the text menu, replacing it with the one specified if inactive.