Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class WolfGroup.WolfGroupAudioConfig

    Group audio configuration.

    Inheritance
    System.Object
    WolfGroup.WolfGroupAudioConfig
    Namespace: TehGM.Wolfringo
    Assembly: Wolfringo.Core.dll
    Syntax
    public class WolfGroupAudioConfig

    Constructors

    | Improve this Doc View Source

    WolfGroupAudioConfig()

    Creates a new instance of WOLF group audio config object.

    Declaration
    [JsonConstructor]
    protected WolfGroupAudioConfig()

    Properties

    | Improve this Doc View Source

    GroupID

    ID of the group.

    Declaration
    [JsonProperty("id")]
    public uint GroupID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    IsEnabled

    Is audio stage enabled?

    Declaration
    [JsonProperty("enabled")]
    public bool IsEnabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MinimumReputationLevel

    Minimum reputation level to enter audio stage.

    Declaration
    [JsonProperty("minRepLevel")]
    public int? MinimumReputationLevel { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    StageType

    Type of the stage.

    Declaration
    [JsonProperty("stageId")]
    public WolfStageType? StageType { get; }
    Property Value
    Type Description
    System.Nullable<WolfStageType>