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

Search Results for

    Class FunctionDefinition

    Inheritance
    System.Object
    FunctionDefinition
    Implements
    IMetaClass
    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 FunctionDefinition : IMetaClass

    Properties

    | Improve this Doc View Source

    FunctionDef

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

    Sequence

    Declaration
    public MetaEmbedded<ScriptSequence> Sequence { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ScriptSequence>

    Implements

    IMetaClass