Class AutoDockComponent
Added to entities when they are actively trying to dock with something else. We track it because checking every dock constantly would be expensive.
Inheritance
System.Object
AutoDockComponent
Namespace: Content.Server.Shuttles.Components
Assembly: Content.Server.dll
Syntax
public sealed class AutoDockComponent : Component
Fields
| Improve this Doc View SourceRequesters
Track who has requested autodocking so we can know when to be removed.
Declaration
public HashSet<EntityUid> Requesters
Field Value
Type | Description |
---|---|
HashSet<EntityUid> |