Свойство | Тип | Описание | |
---|---|---|---|
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 |