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

Search Results for

    Class ItemGroup

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

    Properties

    | Improve this Doc View Source

    CooldownExtendedByAmbientGoldStart

    Declaration
    public bool CooldownExtendedByAmbientGoldStart { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    InventorySlotMax

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

    InventorySlotMin

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

    ItemGroupId

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

    ItemModifiers

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

    MaxGroupOwnable

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

    PurchaseCooldown

    Declaration
    public float PurchaseCooldown { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass