Search Results for

    Show / Hide Table of Contents

    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 Source

    IdleUsage

    The amount of battery usage per minute while idle.

    Declaration
    public float IdleUsage
    Field Value
    Type Description
    System.Single
    | Improve this Doc View Source

    MaxRange

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

    Declaration
    public int MaxRange
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TalkingUsage

    The amount of battery usage per minute while talking.

    Declaration
    public int TalkingUsage
    Field Value
    Type Description
    System.Int32

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX