Свойство | Тип | Описание | |
---|---|---|---|
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
|
public static ClientCommands ( string fmt ) : void | ||
fmt | string | |
Результат | void |
public static EndGame ( string message ) : void | ||
message | string | |
Результат | void |
public static Error ( string error ) : void | ||
error | string | |
Результат | void |
public static Frame ( double time ) : void | ||
time | double | |
Результат | void |
public static Init ( |
||
parms | ||
Результат | void |
public static ShutdownServer ( bool crash ) : void | ||
crash | bool | |
Результат | void |
public static client_t,SharpQuake HostClient | ||
Результат |