Class DockingComponent
Inheritance
System.Object
DockingComponent
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
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
|
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
Field Value
Properties
|
Improve this Doc
View Source
Docked
Declaration
public override bool Docked { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides