프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CurrentSkill | int | ||
FrameTime | double | ||
HostClient | |||
NoClipAngleHack | bool | ||
RealTime | double |
메소드 | 설명 | |
---|---|---|
ClearMemory ( ) : void |
Host_ClearMemory
|
|
ClientCommands ( string fmt ) : void |
Host_ClientCommands Send text over to the client to be executed
|
|
EndGame ( string message ) : void |
Host_EndGame
|
|
Error ( string error ) : void |
Host_Error This shuts down both the client and server
|
|
Frame ( double time ) : void | ||
Init ( |
||
ServerFrame ( ) : void |
Host_ServerFrame
|
|
Shutdown ( ) : void |
Host_Shutdown
|
|
ShutdownServer ( bool crash ) : void |
Host_ShutdownServer This only happens at the end of a game, not between levels
|
메소드 | 설명 | |
---|---|---|
FilterTime ( double time ) : bool |
Host_FilterTime Returns false if the time is too short to run a frame
|
|
FindMaxClients ( ) : void |
Host_FindMaxClients
|
|
GetConsoleCommands ( ) : void | ||
InitLocal ( ) : void | ||
InitVCR ( |
||
InternalFrame ( double time ) : void | ||
WriteConfiguration ( ) : void |
Host_WriteConfiguration Writes key bindings and archived cvars to config.cfg
|