Class SharedStationRecordsSystem
Inheritance
System.Object
SharedStationRecordsSystem
Assembly: Content.Shared.dll
Syntax
public abstract class SharedStationRecordsSystem : EntitySystem
Methods
|
Improve this Doc
View Source
Convert(StationRecordKey)
Declaration
public (NetEntity, uint) Convert(StationRecordKey input)
Parameters
Returns
Type |
Description |
System.ValueTuple<NetEntity, System.UInt32> |
|
|
Improve this Doc
View Source
Convert(ICollection<StationRecordKey>)
Declaration
public List<(NetEntity, uint)> Convert(ICollection<StationRecordKey> input)
Parameters
Returns
Type |
Description |
List<System.ValueTuple<NetEntity, System.UInt32>> |
|
|
Improve this Doc
View Source
Convert(ICollection<(NetEntity, UInt32)>)
Declaration
public List<StationRecordKey> Convert(ICollection<(NetEntity, uint)> input)
Parameters
Type |
Name |
Description |
ICollection<System.ValueTuple<NetEntity, System.UInt32>> |
input |
|
Returns
|
Improve this Doc
View Source
Convert(Nullable<StationRecordKey>)
Declaration
public (NetEntity, uint)? Convert(StationRecordKey? input)
Parameters
Returns
Type |
Description |
System.Nullable<System.ValueTuple<NetEntity, System.UInt32>> |
|
|
Improve this Doc
View Source
Convert(Nullable<(NetEntity, UInt32)>)
Declaration
public StationRecordKey? Convert((NetEntity, uint)? input)
Parameters
Type |
Name |
Description |
System.Nullable<System.ValueTuple<NetEntity, System.UInt32>> |
input |
|
Returns
|
Improve this Doc
View Source
Convert((NetEntity, UInt32))
Declaration
public StationRecordKey Convert((NetEntity, uint) input)
Parameters
Type |
Name |
Description |
System.ValueTuple<NetEntity, System.UInt32> |
input |
|
Returns