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

    Class GroupAudioUpdateMessage.Builder

    A builder class for GroupAudioUpdateMessage.

    Inheritance
    System.Object
    GroupAudioUpdateMessage.Builder
    Namespace: TehGM.Wolfringo.Messages
    Assembly: Wolfringo.Core.dll
    Syntax
    public class Builder

    Constructors

    | Improve this Doc View Source

    Builder(WolfGroup.WolfGroupAudioConfig)

    Create a new builder for GroupAudioUpdateMessage.

    Declaration
    public Builder(WolfGroup.WolfGroupAudioConfig existingConfig)
    Parameters
    Type Name Description
    WolfGroup.WolfGroupAudioConfig existingConfig

    Existing audio config.

    Properties

    | Improve this Doc View Source

    GroupID

    ID of the group.

    Declaration
    public uint GroupID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    IsEnabled

    Is audio stage enabled?

    Declaration
    public bool IsEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MinimumReputationLevel

    Minimum reputation level to enter audio stage.

    Declaration
    public int? MinimumReputationLevel { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    StageType

    Type of the stage.

    Declaration
    public WolfStageType StageType { get; set; }
    Property Value
    Type Description
    WolfStageType

    Methods

    | Improve this Doc View Source

    Build()

    Build the GroupAudioUpdateMessage.

    Declaration
    public GroupAudioUpdateMessage Build()
    Returns
    Type Description
    GroupAudioUpdateMessage

    A new GroupAudioUpdateMessage.