Class ItemGroup
Inheritance
System.Object
ItemGroup
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 ItemGroup : IMetaClass
Properties
| Improve this Doc View SourceCooldownExtendedByAmbientGoldStart
Declaration
public bool CooldownExtendedByAmbientGoldStart { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InventorySlotMax
Declaration
public int InventorySlotMax { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
InventorySlotMin
Declaration
public int InventorySlotMin { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ItemGroupId
Declaration
public MetaHash ItemGroupId { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
ItemModifiers
Declaration
public MetaContainer<MetaObjectLink> ItemModifiers { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaObjectLink> |
MaxGroupOwnable
Declaration
public int MaxGroupOwnable { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PurchaseCooldown
Declaration
public float PurchaseCooldown { get; set; }
Property Value
Type | Description |
---|---|
System.Single |