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

Search Results for

    Class LoopBlock

    Inheritance
    System.Object
    Class0x38a7f9b3
    IScriptBlock
    ILoopScriptBlock
    LoopBlock
    Implements
    IMetaClass
    Inherited Members
    ILoopScriptBlock.Sequence
    Class0x38a7f9b3.IsDisabled
    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 LoopBlock : ILoopScriptBlock, IMetaClass

    Properties

    | Improve this Doc View Source

    Dest

    Declaration
    public MetaEmbedded<IntTableSet> Dest { get; set; }
    Property Value
    Type Description
    MetaEmbedded<IntTableSet>
    | Improve this Doc View Source

    End

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

    InclusiveIteration

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

    Start

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

    Step

    Declaration
    public IIntGet Step { get; set; }
    Property Value
    Type Description
    IIntGet

    Implements

    IMetaClass