Show / Hide Table of Contents

Class DockingConfig

Stores the data for a valid docking configuration for the emergency shuttle

Inheritance
System.Object
DockingConfig
Namespace: Content.Server.Shuttles
Assembly: Content.Server.dll
Syntax
public sealed class DockingConfig : object

Fields

| Improve this Doc View Source

Angle

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

Area

This is used for debugging.

Declaration
public Box2 Area
Field Value
Type Description
Box2
| Improve this Doc View Source

Coordinates

Declaration
public EntityCoordinates Coordinates
Field Value
Type Description
Robust.Shared.Map.EntityCoordinates
| Improve this Doc View Source

Docks

The pairs of docks that can connect.

Declaration
public List<(EntityUid DockAUid, EntityUid DockBUid, DockingComponent DockA, DockingComponent DockB)> Docks
Field Value
Type Description
List<System.ValueTuple<EntityUid, EntityUid, DockingComponent, DockingComponent>>
| Improve this Doc View Source

TargetGrid

Target grid for docking.

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