Property | Type | Description | |
---|---|---|---|
CloseReason | VMCloseNetReason | ||
ExceptionOnDesync | bool | ||
GlobalLink | IVMTSOGlobalLink |
Method | Description | |
---|---|---|
CloseNet ( ) : void | ||
GetUserIP ( uint uid ) : string | ||
OnPacket ( |
||
SendCommand ( |
||
Tick ( VM vm ) : bool |
Method | Description | |
---|---|---|
InternalTick ( VM vm, |
public abstract GetUserIP ( uint uid ) : string | ||
uid | uint | |
return | string |
protected InternalTick ( VM vm, |
||
vm | VM | |
tick | ||
return | void |
public abstract OnPacket ( |
||
client | ||
packet | GonzoNet.ProcessedPacket | |
return | void |
public abstract SendCommand ( |
||
cmd | ||
return | void |