Nuclide
Software Development Kit for id Technology (BETA)
|
Public Member Functions | |
void | TestUI (void) |
virtual void | TestTrigger (void) |
virtual void | Spawned (void) |
Called when the widget has fully initialized. More... | |
void TestUI::TestUI | ( | void | ) |
|
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 vguiWindow.
|
virtual |