Click or drag to resize

Ghost Class

Used for external communication and sending messages to other users
Inheritance Hierarchy
SystemObject
  ImmerseSDK.MultiplayerGhost

Namespace:  ImmerseSDK.Multiplayer
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static class Ghost

The Ghost type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberGhost
Top
Properties
  NameDescription
Public propertyStatic memberHasFatalConnectionError
Returns true if we have given up trying to connect
Public propertyStatic memberIsConnected
Returns true if the client is connected to the multiplayer server
Public propertyStatic memberOfflineMode
Returns true if the client is currently running in offline mode
Top
Methods
  NameDescription
Public methodStatic memberConnect
Connects to Ghost
Public methodStatic memberIsQueueRunning
Returns true if the specified queue type is currently running
Public methodStatic memberStartReceiveQueue
Public methodStatic memberStopReceiveQueue
Top
Fields
  NameDescription
Public fieldStatic memberUserEvents
Class to handle user connection events
Top
See Also