![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
VGUI: Computer Desktop.
used by ncComputerDesktop
Public Member Functions | |
| void | vguiDesktop_Computer (void) |
| virtual void | Draw (void) |
| Called in order to draw the widget. More... | |
| virtual void | Spawned (void) |
| Called when the widget has fully initialized. More... | |
| void vguiDesktop_Computer::vguiDesktop_Computer | ( | void | ) |
|
virtual |
Called in order to draw the widget.
Reimplemented from vguiDesktop.
|
virtual |
Called when the widget has fully initialized.
When you override this, you may call super::Spawned(); to ensure the parent classes get to finish initializing also.
Reimplemented from vguiDesktop.