Api Facepunch ActionGraphs Nodes ControlFlow
class

ControlFlow

public static abstract sealed class ControlFlow

Nodes providing basic control flow structures like branches and loops.

Methods

static Task ForEach(IEnumerable<T> enumerable, ForEachBody<T> body)
static Task ForRange(ForRangeBody body, Int32 count, Int32 start = 0, Int32 increment = 1)
Assembly: Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs.Nodes Full Name: Facepunch.ActionGraphs.Nodes.ControlFlow