Show / Hide Table of Contents

Class ShuttleConsoleBoundInterfaceState

Inheritance
System.Object
RadarConsoleBoundInterfaceState
ShuttleConsoleBoundInterfaceState
Namespace: Content.Shared.Shuttles.BUIStates
Assembly: Content.Shared.dll
Syntax
public sealed class ShuttleConsoleBoundInterfaceState : RadarConsoleBoundInterfaceState

Constructors

| Improve this Doc View Source

ShuttleConsoleBoundInterfaceState(FTLState, TimeSpan, List<(NetEntity Entity, String Destination, Boolean Enabled)>, Single, Nullable<NetCoordinates>, Nullable<Angle>, List<DockingInterfaceState>)

Declaration
public ShuttleConsoleBoundInterfaceState(FTLState ftlState, TimeSpan ftlTime, List<(NetEntity Entity, string Destination, bool Enabled)> destinations, float maxRange, NetCoordinates? coordinates, Angle? angle, List<DockingInterfaceState> docks)
Parameters
Type Name Description
FTLState ftlState
TimeSpan ftlTime
List<System.ValueTuple<NetEntity, System.String, System.Boolean>> destinations
System.Single maxRange
System.Nullable<Robust.Shared.Map.NetCoordinates> coordinates
System.Nullable<Angle> angle
List<DockingInterfaceState> docks

Fields

| Improve this Doc View Source

Destinations

Declaration
public List<(NetEntity Entity, string Destination, bool Enabled)> Destinations
Field Value
Type Description
List<System.ValueTuple<NetEntity, System.String, System.Boolean>>
| Improve this Doc View Source

FTLState

The current FTL state.

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

FTLTime

When the next FTL state change happens.

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