Class CustomTableContainsValueBlock
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 CustomTableContainsValueBlock : IScriptBlock, IMetaClass
Properties
| Improve this Doc View SourceMatchingKey
Declaration
public MetaEmbedded<ScriptTableSet> MatchingKey { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<ScriptTableSet> |
SrcTable
Declaration
public MetaEmbedded<CustomTableGet> SrcTable { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<CustomTableGet> |
Value
Declaration
public IScriptValueGet Value { get; set; }
Property Value
Type | Description |
---|---|
IScriptValueGet |
WasFound
Declaration
public MetaEmbedded<BoolTableSet> WasFound { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<BoolTableSet> |