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

Search Results for

    Class ObjectiveBountiesStatus

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

    Properties

    | Improve this Doc View Source

    Background

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

    ChaosDecaying

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

    ChaosFilling

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

    OrderDecaying

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

    OrderFilling

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

    TooltipAllyLocKey

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

    TooltipEnemyLocKey

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

    Implements

    IMetaClass