Class GameModeAutoItemPurchasingConfig
Inheritance
System.Object
GameModeAutoItemPurchasingConfig
Implements
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 SourceItemGroupToAvoidSellingAndSetCostCeiling
Declaration
public MetaHash ItemGroupToAvoidSellingAndSetCostCeiling { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
MaxPurchaseAttemptsPerSession
Declaration
public int MaxPurchaseAttemptsPerSession { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RandomlyPurchasedRecItemBlockTypes
Declaration
public MetaContainer<string> RandomlyPurchasedRecItemBlockTypes { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.String> |
SequentiallyPurchasedRecItemBlockTypes
Declaration
public MetaContainer<string> SequentiallyPurchasedRecItemBlockTypes { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.String> |
SituationalPurchasedRecItemBlockTypes
Declaration
public MetaContainer<string> SituationalPurchasedRecItemBlockTypes { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.String> |