Class IRunFunctionBlock
Inheritance
System.Object
IRunFunctionBlock
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 abstract class IRunFunctionBlock : IScriptBlock, IMetaClass
Properties
| Improve this Doc View SourceFunctionDefinition
Declaration
public MetaEmbedded<Class0x2a2c82dc> FunctionDefinition { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<Class0x2a2c82dc> |
Sequence
Declaration
public MetaEmbedded<ScriptSequence> Sequence { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<ScriptSequence> |