|
Function Summary |
void |
CheckResolution(bool Closing)
//=================================================
// CheckResolution - Tests to see if this menu requires a resoltuion of at least 640x480 and if so, switches
|
string |
GetPageParameters()
// if subclassed, this parent function must always be called first
|
void |
InitComponent(GUIController MyController, GUIComponent MyOwner)
//=================================================
// InitComponent is responsible for initializing all components on the page.
|
void |
PageLoadINI() |
void |
PageSaveINI() |
void |
PlayCloseSound() |
void |
PlayOpenSound()
//=================================================
// PlayOpenSound / PlayerClosedSound
|
void |
SetPageParameters(string PageParameters)
// if GetPageParameters() is subclassed, you'd better have this one too !
|
void |
Sleep(float Seconds)
// Latent functions.
|