Show / Hide Table of Contents

Class DockingComponent

Inheritance
System.Object
SharedDockingComponent
DockingComponent
Namespace: Content.Server.Shuttles.Components
Assembly: Content.Server.dll
Syntax
public sealed class DockingComponent : SharedDockingComponent

Fields

| Improve this Doc View Source

DockedWith

Declaration
public EntityUid? DockedWith
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

DockJoint

Declaration
public Joint DockJoint
Field Value
Type Description
Robust.Shared.Physics.Dynamics.Joints.Joint
| Improve this Doc View Source

DockJointId

Declaration
public string? DockJointId
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

HighlightedRadarColor

Color that gets shown on the radar screen when the dock is highlighted.

Declaration
public Color HighlightedRadarColor
Field Value
Type Description
Color
| Improve this Doc View Source

PathfindHandle

Declaration
public int PathfindHandle
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RadarColor

Color that gets shown on the radar screen.

Declaration
public Color RadarColor
Field Value
Type Description
Color

Properties

| Improve this Doc View Source

Docked

Declaration
public override bool Docked { get; }
Property Value
Type Description
System.Boolean
Overrides
SharedDockingComponent.Docked
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾