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

Search Results for

    Class AnnouncementDefinitionData

    Inheritance
    System.Object
    AnnouncementDefinitionData
    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 AnnouncementDefinitionData : IMetaClass

    Properties

    | Improve this Doc View Source

    AlliedElements

    Declaration
    public MetaHash AlliedElements { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    CanBeMadeObsolete

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

    ChatMessageKey

    Declaration
    public string ChatMessageKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CommonElements

    Declaration
    public MetaHash CommonElements { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    EnemyElements

    Declaration
    public MetaHash EnemyElements { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    MakeLowerPriorityEventsObsolete

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

    Priority

    Declaration
    public ushort Priority { get; set; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    SoundKey

    Declaration
    public string SoundKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SpectatorSoundKey

    Declaration
    public string SpectatorSoundKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Style

    Declaration
    public MetaObjectLink Style { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    TextKey

    Declaration
    public string TextKey { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass