Class ForEachInCustomTableBlock
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 ForEachInCustomTableBlock : ILoopScriptBlock, IMetaClass
Properties
| Improve this Doc View SourceDestKey
Declaration
public MetaEmbedded<ScriptTableSet> DestKey { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<ScriptTableSet> |
DestValue
Declaration
public MetaEmbedded<ScriptTableSet> DestValue { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<ScriptTableSet> |
SortedByKeys
Declaration
public IBoolGet SortedByKeys { get; set; }
Property Value
Type | Description |
---|---|
IBoolGet |
Table
Declaration
public MetaEmbedded<CustomTableGet> Table { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<CustomTableGet> |