Class ShuttleConsoleBoundInterfaceState
Inheritance
System.Object
ShuttleConsoleBoundInterfaceState
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
Declaration
public readonly FTLState FTLState
Field Value
|
Improve this Doc
View Source
FTLTime
When the next FTL state change happens.
Declaration
public readonly TimeSpan FTLTime
Field Value
Type |
Description |
TimeSpan |
|