Class GhostSystem
Inheritance
System.Object
GhostSystem
Assembly: Content.Client.dll
Syntax
public sealed class GhostSystem : SharedGhostSystem
Properties
|
Improve this Doc
View Source
AvailableGhostRoleCount
Declaration
public int AvailableGhostRoleCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsGhost
Declaration
public bool IsGhost { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Player
Declaration
public GhostComponent Player { get; }
Property Value
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
|
Improve this Doc
View Source
OpenGhostRoles()
Declaration
public void OpenGhostRoles()
|
Improve this Doc
View Source
RequestWarps()
Declaration
public void RequestWarps()
|
Improve this Doc
View Source
ReturnToBody()
Declaration
public void ReturnToBody()
|
Improve this Doc
View Source
ToggleGhostVisibility()
Declaration
public void ToggleGhostVisibility()
Events
|
Improve this Doc
View Source
GhostRoleCountUpdated
Declaration
public event Action<GhostUpdateGhostRoleCountEvent>? GhostRoleCountUpdated
Event Type
|
Improve this Doc
View Source
GhostWarpsResponse
Declaration
public event Action<GhostWarpsResponseEvent>? GhostWarpsResponse
Event Type
|
Improve this Doc
View Source
PlayerAttached
Declaration
public event Action<GhostComponent>? PlayerAttached
Event Type
|
Improve this Doc
View Source
PlayerDetached
Declaration
public event Action? PlayerDetached
Event Type
Type |
Description |
System.Nullable<Action> |
|
|
Improve this Doc
View Source
PlayerRemoved
Declaration
public event Action<GhostComponent>? PlayerRemoved
Event Type
|
Improve this Doc
View Source
PlayerUpdated
Declaration
public event Action<GhostComponent>? PlayerUpdated
Event Type