Table of Contents

Class RadioPickup

Namespace
Exiled.API.Features.Pickups
Assembly
Exiled.API.dll

A wrapper class for a Radio pickup.

public class RadioPickup : Pickup, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<RadioPickup>
Inheritance
RadioPickup
Implements
IWrapper<ItemPickupBase>
IWrapper<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

float

IsEnabled

Gets or sets a value indicating whether the radio is active.

public bool IsEnabled { get; set; }

Property Value

bool

Range

Gets or sets the RadioRange.

public RadioRange Range { get; set; }

Property Value

RadioRange

Methods

ToString()

Returns the RadioPickup in a human readable format.

public override string ToString()

Returns

string

A string containing RadioPickup related data.