Class RadioPickup
A wrapper class for a Radio pickup.
public class RadioPickup : Pickup, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<RadioPickup>
- Inheritance
-
RadioPickup
- Inherited Members
- Extension Methods
Properties
Base
Gets the InventorySystem.Items.Radio.RadioPickup that this class is encapsulating.
public RadioPickup Base { get; }
Property Value
- RadioPickup
BatteryLevel
Gets or sets the Radio Battery Level.
public float BatteryLevel { get; set; }
Property Value
IsEnabled
Gets or sets a value indicating whether the radio is active.
public bool IsEnabled { get; set; }
Property Value
Range
Gets or sets the RadioRange.
public RadioRange Range { get; set; }
Property Value
Methods
ToString()
Returns the RadioPickup in a human readable format.
public override string ToString()
Returns
- string
A string containing RadioPickup related data.