Class MyLaserAntennaStatus
Describes the current status of a laser antenna.
Inheritance
System.Object
MyLaserAntennaStatus
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public sealed class MyLaserAntennaStatus : Enum
Fields
Connected
Currently connected to a laser antenna.
Declaration
public const MyLaserAntennaStatus Connected
Field Value
Type | Description |
---|---|
My |
Connecting
Currently connecting to a laser antenna.
Declaration
public const MyLaserAntennaStatus Connecting
Field Value
Type | Description |
---|---|
My |
Idle
Not doing anything and not connected.
Declaration
public const MyLaserAntennaStatus Idle
Field Value
Type | Description |
---|---|
My |
OutOfRange
The target antenna is out of range.
Declaration
public const MyLaserAntennaStatus OutOfRange
Field Value
Type | Description |
---|---|
My |
RotatingToTarget
Currently rotating towards the currently selected target.
Declaration
public const MyLaserAntennaStatus RotatingToTarget
Field Value
Type | Description |
---|---|
My |
SearchingTargetForAntenna
Currently searching for a laser antenna at the target.
Declaration
public const MyLaserAntennaStatus SearchingTargetForAntenna
Field Value
Type | Description |
---|---|
My |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System. |