Class DeviceFrequencyPrototype
A named device network frequency. Useful for ensuring entity prototypes can communicate with each other.
Inheritance
System.Object
DeviceFrequencyPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.DeviceNetwork
Assembly: Content.Shared.dll
Syntax
public sealed class DeviceFrequencyPrototype : object, IPrototype
Fields
| Improve this Doc View SourceFrequency
Declaration
public uint Frequency
Field Value
Type | Description |
---|---|
System.UInt32 |
Name
Optional name for this frequency, for displaying in game.
Declaration
public string? Name
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype