Table of Contents

Enum RadioRange

Namespace
Exiled.API.Enums
Assembly
Exiled.API.dll

All possible Radio ranges.

public enum RadioRange : byte
Extension Methods

Fields

Short = 0

The shortest range with the lowest battery usage.

Medium = 1

The standard, default range.

Long = 2

A longer range with increased battery usage.

Ultra = 3

The longest range with the most battery usage.

See Also