Nuclide
Software Development Kit for id Technology (BETA)
|
VGUI Widget: Command Menu Button.
Public Member Functions | |
void | vguiCommandButton (void) |
virtual void | Draw (void) |
Called in order to draw the widget. More... | |
virtual bool | Input (float, float, float, float) |
Called whenever an input event gets directed to the widget. More... | |
nonvirtual bool | WillDisplay (void) |
nonvirtual void | SetMapCondition (string) |
nonvirtual void | SetTeamCondition (string) |
nonvirtual void | SetClassCondition (string) |
nonvirtual void | SetClientCommand (string) |
void vguiCommandButton::vguiCommandButton | ( | void | ) |
|
virtual |
Called in order to draw the widget.
Reimplemented from vguiButton.
|
virtual |
Called whenever an input event gets directed to the widget.
Reimplemented from vguiButton.
void vguiCommandButton::SetClassCondition | ( | string | condition | ) |
void vguiCommandButton::SetClientCommand | ( | string | condition | ) |
void vguiCommandButton::SetMapCondition | ( | string | condition | ) |
void vguiCommandButton::SetTeamCondition | ( | string | condition | ) |
bool vguiCommandButton::WillDisplay | ( | void | ) |