Table of Contents

Struct RadioRangeSettings

Namespace
Exiled.API.Structs
Assembly
Exiled.API.dll

Settings for specific radio ranges.

public struct RadioRangeSettings
Inherited Members
Extension Methods

Fields

IdleUsage

The amount of battery usage per minute while idle.

public float IdleUsage

Field Value

float

MaxRange

The maximum range in which this radio will pickup and send voice messages.

public int MaxRange

Field Value

int

TalkingUsage

The amount of battery usage per minute while talking.

public int TalkingUsage

Field Value

int