Nuclide
Software Development Kit for id Tech
Text Menu

Displays text-based menus, for use with a keyboard. More...

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...
 

Detailed Description

Displays text-based menus, for use with a keyboard.

Function Documentation

◆ Textmenu_Call()

void Textmenu_Call ( string  menu)

Forcefully displays a given text menu.

◆ Textmenu_Draw()

void Textmenu_Draw ( void  )

Called by Nuclide to draw text menus.

◆ Textmenu_Hide()

void Textmenu_Hide ( void  )

Force the active text menu to be hidden.

◆ Textmenu_Input()

void Textmenu_Input ( int  nr)

Called by Nuclide to pass numeric input values to the text menu.

◆ Textmenu_IsActive()

int Textmenu_IsActive ( void  )

Returns true or false depending on if a text menu is currently active.

◆ Textmenu_Toggle()

void Textmenu_Toggle ( string  menu)

Toggle the text menu, replacing it with the one specified if inactive.