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

Search Results for

    Class CustomTableContainsValueBlock

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

    Properties

    | Improve this Doc View Source

    MatchingKey

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

    SrcTable

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

    Value

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

    WasFound

    Declaration
    public MetaEmbedded<BoolTableSet> WasFound { get; set; }
    Property Value
    Type Description
    MetaEmbedded<BoolTableSet>

    Implements

    IMetaClass