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.9.0.0 (3.9.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
Public propertyStatic memberTime
Current server time
Public propertyStatic memberUserEvents
Class to handle user connection events
Top
Methods
See Also