프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddStartupCommands | bool | ||
Cmd_Error | void | ||
Cmd_ExecMachineSpec | void | ||
Cmd_Quit | void | ||
Cmd_ReloadLanguage | void | ||
CreateConsole | void | ||
Error | void | ||
FatalError | void | ||
InitCommands | void | ||
InitConsole | void | ||
InitCvars | void | ||
InitGame | void | ||
InitLanguageDict | void | ||
InitRenderSystem | void | ||
LoadGameDLL | void | ||
ParseCommandLine | void | ||
PrintLoadingMessage | void | ||
SetHighQuality | void | ||
SetLowQuality | void | ||
SetMachineSpec | void | ||
SetMediumQuality | void | ||
SetUltraHighQuality | void | ||
Shutdown | void | ||
Sys_Error | void | ||
Sys_Init | void | ||
Sys_InitNetworking | void |
메소드 | 설명 | |
---|---|---|
StartupVariable ( string match, bool once ) : void |
Searches for command line parameters that are set commands. If match is not NULL, only that cvar will be looked for. That is necessary because cddir and basedir need to be set before the filesystem is started, but all other sets should be after execing the config and default. |
|
idSystem ( string args ) : System |
메소드 | 설명 | |
---|---|---|
Draw ( |
||
Initialize ( ) : void | ||
LoadContent ( ) : void | ||
OnExiting ( object sender, |
||
Update ( |
메소드 | 설명 | |
---|---|---|
AddStartupCommands ( ) : bool |
Adds command line parameters as script statements. Commands are separated by + signs.
|
|
Cmd_Error ( object sender, |
Just throw a fatal error to test error shutdown procedures.
|
|
Cmd_ExecMachineSpec ( object sender, |
||
Cmd_Quit ( object sender, |
||
Cmd_ReloadLanguage ( object sender, |
||
CreateConsole ( ) : void | ||
Error ( string format ) : void | ||
FatalError ( string format ) : void | ||
InitCommands ( ) : void | ||
InitConsole ( ) : void | ||
InitCvars ( ) : void | ||
InitGame ( ) : void | ||
InitLanguageDict ( ) : void | ||
InitRenderSystem ( ) : void | ||
LoadGameDLL ( ) : void | ||
ParseCommandLine ( string args ) : void | ||
PrintLoadingMessage ( string msg ) : void | ||
SetHighQuality ( ) : void | ||
SetLowQuality ( ) : void | ||
SetMachineSpec ( ) : void | ||
SetMediumQuality ( ) : void | ||
SetUltraHighQuality ( ) : void | ||
Shutdown ( ) : void | ||
Sys_Error ( string format ) : void |
Show the early console as an error dialog.
|
|
Sys_Init ( ) : void | ||
Sys_InitNetworking ( ) : void |
protected Draw ( |
||
gameTime | ||
리턴 | void |
protected OnExiting ( object sender, |
||
sender | object | |
args | ||
리턴 | void |
public StartupVariable ( string match, bool once ) : void | ||
match | string | |
once | bool | |
리턴 | void |
protected Update ( |
||
gameTime | ||
리턴 | void |