Interface IMyRadioAntenna
Describes antenna block interface (PB scripting interface)
Inherited Members
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyRadioAntenna : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
EnableBroadcasting
Gets or sets if broadcasting is enabled
Declaration
bool EnableBroadcasting { get; set; }
Property Value
Type | Description |
---|---|
System. |
HudText
Gets or sets text displayed in the spawn menu
Declaration
string HudText { get; set; }
Property Value
Type | Description |
---|---|
System. |
IsBroadcasting
Returns true if antenna is broadcasting
Declaration
bool IsBroadcasting { get; }
Property Value
Type | Description |
---|---|
System. |
Radius
Gets or sets Broadcasting/Receiving range
Declaration
float Radius { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShowShipName
Gets or sets show ship name on hud
Declaration
bool ShowShipName { get; set; }
Property Value
Type | Description |
---|---|
System. |