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

Search Results for

    Class PlatformSpellInfo

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

    Properties

    | Improve this Doc View Source

    AvatarLevelRequired

    Declaration
    public int AvatarLevelRequired { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    GameModes

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

    PlatformEnabled

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

    SpellId

    Declaration
    public int SpellId { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

    IMetaClass