Nuclide
Software Development Kit for id Technology
|
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 | ) |