League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class GlobalAudioDataProperties

    Inheritance
    System.Object
    GlobalAudioDataProperties
    Implements
    IMetaClass
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class GlobalAudioDataProperties : IMetaClass

    Properties

    | Improve this Doc View Source

    CooldownVoiceOver

    Declaration
    public float CooldownVoiceOver { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    LocalPlayerStatusEvents

    Declaration
    public Dictionary<byte, MetaEmbedded<AudioStatusEvents>> LocalPlayerStatusEvents { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Byte, MetaEmbedded<AudioStatusEvents>>
    | Improve this Doc View Source

    MusicPauseFadeMs

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

    Systems

    Declaration
    public Dictionary<MetaHash, MetaObjectLink> Systems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaObjectLink>

    Implements

    IMetaClass