Show / Hide Table of Contents

Class SharedGhostSystem

System for the GhostComponent. Prevents ghosts from interacting when CanGhostInteract is false.

Inheritance
System.Object
SharedGhostSystem
GhostSystem
GhostSystem
Namespace: Content.Shared.Ghost
Assembly: Content.Shared.dll
Syntax
public abstract class SharedGhostSystem : EntitySystem

Fields

| Improve this Doc View Source

Popup

Declaration
protected readonly SharedPopupSystem Popup
Field Value
Type Description
SharedPopupSystem

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
Type Name Description
GhostComponent component
System.Boolean value
| 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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾