API ReferenceFacepunch.ActionGraphs.Compilation

IOutputValueclass

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.

objectIOutputValue
Namespace
Facepunch.ActionGraphs.Compilation
Assembly
Facepunch.ActionGraphs
Declaration
public abstract interface Facepunch.ActionGraphs.Compilation.IOutputValue

Methods3

Showing 3 methods

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

ParameterTypeDescription
expressionExpression
Returns:void

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

Returns:ParameterExpression

On this page