Class DisposableSystem
Inheritance
System.Object
DisposableSystem
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
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
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 |
|