Method | Description | |
---|---|---|
Frame ( ) : void | ||
GuiFrameEvents ( ) : void | ||
Init ( ) : void |
Called in an orderly fashion at system startup, so commands, cvars, files, etc are all available.
|
|
ProcessEvent ( |
||
SetUserInterface ( |
||
StartMenu ( bool playIntro = false ) : void |
Activates the main menu.
|
|
StartNewGame ( string mapName, bool devMap ) : void | ||
UpdateScreen ( bool outOfSequence = true ) : void | ||
idSession ( ) : System |
Method | Description | |
---|---|---|
ClearWipe ( ) : void | ||
Cmd_Map ( object sender, |
||
DispatchCommand ( |
||
DispatchCommand ( |
||
Draw ( ) : void | ||
DrawWipeModel ( ) : void |
Draw the fade material over everything that has been drawn.
|
|
ExecuteMapChange ( bool noFadeWipe = false ) : void |
Performs the initialization of a game based on mapSpawnData, used for both single player and multiplayer, but not for renderDemos, which don't create a game at all.
|
|
LoadLoadingInterface ( string mapName ) : void | ||
MoveToNewMap ( string mapName ) : void |
Leaves the existing userinfo and serverinfo. |
|
ProcessMenuEvent ( |
||
RunGameTic ( ) : void | ||
SetMainMenuVariables ( ) : void | ||
ShowLoadingInterface ( ) : void |
public ProcessEvent ( |
||
ev | ||
return | bool |
public SetUserInterface ( |
||
ui | ||
handle | object | |
return | void |
public StartMenu ( bool playIntro = false ) : void | ||
playIntro | bool | |
return | void |
public StartNewGame ( string mapName, bool devMap ) : void | ||
mapName | string | |
devMap | bool | |
return | void |
public UpdateScreen ( bool outOfSequence = true ) : void | ||
outOfSequence | bool | |
return | void |