Class SharedGhostSystem
Inheritance
System.Object
SharedGhostSystem
Assembly: Content.Shared.dll
Syntax
public abstract class SharedGhostSystem : EntitySystem
Fields
|
Improve this Doc
View Source
Declaration
protected readonly SharedPopupSystem Popup
Field Value
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
|
Improve this Doc
View Source
SetCanReturnToBody(GhostComponent, Boolean)
Declaration
public void SetCanReturnToBody(GhostComponent component, bool value)
Parameters
|
Improve this Doc
View Source
SetCanReturnToBody(EntityUid, Boolean, GhostComponent)
Declaration
public void SetCanReturnToBody(EntityUid uid, bool value, GhostComponent component = null)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
System.Boolean |
value |
|
GhostComponent |
component |
|
|
Improve this Doc
View Source
SetTimeOfDeath(EntityUid, TimeSpan, GhostComponent)
Declaration
public void SetTimeOfDeath(EntityUid uid, TimeSpan value, GhostComponent component)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
TimeSpan |
value |
|
GhostComponent |
component |
|