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

Search Results for

    Class TftMapSetData

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

    Properties

    | Improve this Doc View Source

    AugmentContainerName

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

    AugmentContainerTexture

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

    CharacterLists

    Declaration
    public MetaContainer<TftMapCharacterList> CharacterLists { get; set; }
    Property Value
    Type Description
    MetaContainer<TftMapCharacterList>
    | Improve this Doc View Source

    CoreName

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

    DisplayName

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

    ItemLists

    Declaration
    public MetaContainer<TftMapItemList> ItemLists { get; set; }
    Property Value
    Type Description
    MetaContainer<TftMapItemList>
    | Improve this Doc View Source

    m3290910552

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

    ObjectName

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

    TftGameType

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

    TraitLists

    Declaration
    public MetaContainer<TftMapTraitList> TraitLists { get; set; }
    Property Value
    Type Description
    MetaContainer<TftMapTraitList>

    Implements

    IMetaClass