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

Search Results for

    Class TftEncounterData

    Inheritance
    System.Object
    Class0x3e02c8d9
    TftEncounterData
    Implements
    IMetaClass
    Inherited Members
    Class0x3e02c8d9.Name
    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 TftEncounterData : Class0x3e02c8d9, IMetaClass

    Properties

    | Improve this Doc View Source

    AllowedStages

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

    CharacterList

    Declaration
    public MetaUnorderedContainer<MetaObjectLink> CharacterList { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaObjectLink>
    | Improve this Doc View Source

    EncounterTags

    Declaration
    public MetaUnorderedContainer<MetaHash> EncounterTags { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaHash>
    | Improve this Doc View Source

    EncounterTooltip

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

    ExcludedAugments

    Declaration
    public MetaUnorderedContainer<MetaObjectLink> ExcludedAugments { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaObjectLink>
    | Improve this Doc View Source

    ExcludedAugmentTags

    Declaration
    public MetaUnorderedContainer<MetaHash> ExcludedAugmentTags { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaHash>
    | Improve this Doc View Source

    ExcludedEncounters

    Declaration
    public MetaUnorderedContainer<MetaObjectLink> ExcludedEncounters { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaObjectLink>
    | Improve this Doc View Source

    ExcludedEncounterTags

    Declaration
    public MetaUnorderedContainer<MetaHash> ExcludedEncounterTags { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaHash>
    | Improve this Doc View Source

    ExcludedPortals

    Declaration
    public MetaUnorderedContainer<MetaObjectLink> ExcludedPortals { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaObjectLink>
    | Improve this Doc View Source

    ItemList

    Declaration
    public MetaUnorderedContainer<MetaObjectLink> ItemList { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaObjectLink>
    | Improve this Doc View Source

    m1959729873

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

    m2889446697

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

    m3993177661

    Declaration
    public byte m3993177661 { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    m4059237305

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

    ScriptData

    Declaration
    public Dictionary<string, GameModeConstant> ScriptData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, GameModeConstant>
    | Improve this Doc View Source

    VfxResourceResolver

    Declaration
    public MetaHash VfxResourceResolver { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass