Class RadioMicrophoneComponent
Listens for local chat messages and relays them to some radio frequency
Inheritance
System.Object
RadioMicrophoneComponent
Assembly: Content.Server.dll
Syntax
public sealed class RadioMicrophoneComponent : Component
Fields
|
Improve this Doc
View Source
BroadcastChannel
Declaration
public string BroadcastChannel
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Enabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ListenRange
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PowerRequired
Declaration
public bool PowerRequired
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ToggleOnInteract
Whether or not interacting with this entity
toggles it on or off.
Declaration
public bool ToggleOnInteract
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UnobstructedRequired
Whether or not the speaker must have an
unobstructed path to the radio to speak
Declaration
public bool UnobstructedRequired
Field Value
Type |
Description |
System.Boolean |
|