Struct RadioRangeSettings
Settings for specific radio ranges.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Exiled.API.Structs
Assembly: Exiled.API.dll
Syntax
public struct RadioRangeSettings
Fields
| Improve this Doc View SourceIdleUsage
The amount of battery usage per minute while idle.
Declaration
public float IdleUsage
Field Value
Type | Description |
---|---|
System.Single |
MaxRange
The maximum range in which this radio will pickup and send voice messages.
Declaration
public int MaxRange
Field Value
Type | Description |
---|---|
System.Int32 |
TalkingUsage
The amount of battery usage per minute while talking.
Declaration
public int TalkingUsage
Field Value
Type | Description |
---|---|
System.Int32 |