Show / Hide Table of Contents

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 Source

LongRange

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 Source

Color

Declaration
public Color Color { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

Frequency

Declaration
public int Frequency { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

LocalizedName

Declaration
public string LocalizedName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Human-readable name for the channel.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Implements

Robust.Shared.Prototypes.IPrototype
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾