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

Search Results for

    Class ForEachInCustomTableBlock

    Inheritance
    System.Object
    Class0x38a7f9b3
    IScriptBlock
    ILoopScriptBlock
    ForEachInCustomTableBlock
    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 ForEachInCustomTableBlock : ILoopScriptBlock, IMetaClass

    Properties

    | Improve this Doc View Source

    DestKey

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

    DestValue

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

    SortedByKeys

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

    Table

    Declaration
    public MetaEmbedded<CustomTableGet> Table { get; set; }
    Property Value
    Type Description
    MetaEmbedded<CustomTableGet>

    Implements

    IMetaClass