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

Search Results for

    Class GameModeAutoItemPurchasingConfig

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

    Properties

    | Improve this Doc View Source

    ItemGroupToAvoidSellingAndSetCostCeiling

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

    MaxPurchaseAttemptsPerSession

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

    RandomlyPurchasedRecItemBlockTypes

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

    SequentiallyPurchasedRecItemBlockTypes

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

    SituationalPurchasedRecItemBlockTypes

    Declaration
    public MetaContainer<string> SituationalPurchasedRecItemBlockTypes { get; set; }
    Property Value
    Type Description
    MetaContainer<System.String>

    Implements

    IMetaClass