Class RadioChannelPrototype
Inheritance
System.Object
RadioChannelPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Radio
Assembly: Content.Shared.dll
Syntax
public sealed class RadioChannelPrototype : object, IPrototype
Fields
| Improve this Doc View SourceLongRange
If channel is long range it doesn't require telecommunication server and messages can be sent across different stations
Declaration
public bool LongRange
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
| Improve this Doc View SourceColor
Declaration
public Color Color { get; }
Property Value
Type | Description |
---|---|
Color |
Frequency
Declaration
public int Frequency { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
KeyCode
Single-character prefix to determine what channel a message should be sent to.
Declaration
public char KeyCode { get; }
Property Value
Type | Description |
---|---|
System.Char |
LocalizedName
Declaration
public string LocalizedName { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Human-readable name for the channel.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype