API ReferenceFacepunch.ActionGraphs.Nodes

ControlFlowclass

Nodes providing basic control flow structures like branches and loops.

objectControlFlow
Namespace
Facepunch.ActionGraphs.Nodes
Assembly
Facepunch.ActionGraphs
Declaration
public static abstract sealed class Facepunch.ActionGraphs.Nodes.ControlFlow

Methods2

Showing 2 methods

public static System.Threading.Tasks.Task ForEach(System.Collections.Generic.IEnumerable`1<T> enumerable, Facepunch.ActionGraphs.Nodes.ControlFlow.ForEachBody`1<T> body)PUBLICSTATIC

ParameterTypeDescription
enumerableIEnumerable<T>
bodyForEachBody<T>
Returns:Task

public static System.Threading.Tasks.Task ForRange(Facepunch.ActionGraphs.Nodes.ControlFlow.ForRangeBody body, int count, int start = 0, int increment = 1)PUBLICSTATIC

ParameterTypeDescription
bodyForRangeBody
countint
start = 0int
increment = 1int
Returns:Task

On this page