Ghost Class |
Namespace: ImmerseSDK.Multiplayer
public static class Ghost
The Ghost type exposes the following members.
Name | Description | |
---|---|---|
HasFatalConnectionError |
Returns true if we have given up trying to connect
| |
IsConnected |
Returns true if the client is connected to the multiplayer server
| |
OfflineMode |
Returns true if the client is currently running in offline mode
| |
Time |
Current server time
| |
UserEvents |
Class to handle user connection events
|
Name | Description | |
---|---|---|
IsQueueRunning |
Returns true if the specified queue type is currently running
| |
PauseAllMessages |
Stop processing all ghost messages
Note: Messages will be stopped until ResumeAllMessages is called, resuming individual messages wont work
| |
PauseMessages(ListMessageTypes) |
Stop processing all ghost messages of the given types
| |
PauseMessages(ListUInt16) |
Stop processing all ghost messages of the given types
| |
ResumeAllMessages |
Resume processing Messages of the given type
| |
ResumeMessages(ListMessageTypes) |
Resume processing Messages of the given type
| |
ResumeMessages(ListUInt16) |
Stop processing all ghost messages of the given types
| |
StartReceiveQueue | ||
StopReceiveQueue |