Show / Hide Table of Contents

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 Source

Requesters

Track who has requested autodocking so we can know when to be removed.

Declaration
public HashSet<EntityUid> Requesters
Field Value
Type Description
HashSet<EntityUid>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾