s&box docs
API ReferenceFacepunch.ActionGraphs.Compilation

public abstract interface Facepunch.ActionGraphs.Compilation.IOutputValue

Describes a node output in this scope. It can either have a local variable that gets set during the body of its node, or a constant expression that gets defined during the body.

Methods

Showing 3 methods

public virtual System.Linq.Expressions.Expression Assign(System.Linq.Expressions.Expression expression)

public virtual void Define(System.Linq.Expressions.Expression expression)

public virtual System.Linq.Expressions.ParameterExpression GetLocalVariable()

Metadata

FieldValue
NamespaceFacepunch.ActionGraphs.Compilation
Typeclass
AssemblyFacepunch.ActionGraphs
Doc IDT:Facepunch.ActionGraphs.Compilation.IOutputValue

On this page