Show / Hide Table of Contents

Class DisposableSystem

Inheritance
System.Object
DisposableSystem
Namespace: Content.Server.Disposal.Unit.EntitySystems
Assembly: Content.Server.dll
Syntax
public sealed class DisposableSystem : EntitySystem

Methods

| Improve this Doc View Source

EnterTube(EntityUid, EntityUid, DisposalHolderComponent, Nullable<TransformComponent>, DisposalTubeComponent, Nullable<TransformComponent>)

Declaration
public bool EnterTube(EntityUid holderUid, EntityUid toUid, DisposalHolderComponent holder = null, TransformComponent? holderTransform = null, DisposalTubeComponent to = null, TransformComponent? toTransform = null)
Parameters
Type Name Description
EntityUid holderUid
EntityUid toUid
DisposalHolderComponent holder
System.Nullable<TransformComponent> holderTransform
DisposalTubeComponent to
System.Nullable<TransformComponent> toTransform
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ExitDisposals(EntityUid, DisposalHolderComponent, Nullable<TransformComponent>)

Declaration
public void ExitDisposals(EntityUid uid, DisposalHolderComponent holder = null, TransformComponent? holderTransform = null)
Parameters
Type Name Description
EntityUid uid
DisposalHolderComponent holder
System.Nullable<TransformComponent> holderTransform
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

TryInsert(EntityUid, EntityUid, DisposalHolderComponent)

Declaration
public bool TryInsert(EntityUid uid, EntityUid toInsert, DisposalHolderComponent holder = null)
Parameters
Type Name Description
EntityUid uid
EntityUid toInsert
DisposalHolderComponent holder
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Update(Single)

Declaration
public override void Update(float frameTime)
Parameters
Type Name Description
System.Single frameTime
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾