Show / Hide Table of Contents

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 Source

Frequency

Declaration
public uint Frequency
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

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 Source

ID

Declaration
public string ID { 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
☀
☾