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

Search Results for

    Class GroupRepeat

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

    Properties

    | Improve this Doc View Source

    Count

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

    Multiplier

    Declaration
    public float Multiplier { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Scope

    Declaration
    public int Scope { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

    IMetaClass