API ReferenceFacepunch.ActionGraphs.Nodes
public static abstract sealed class Facepunch.ActionGraphs.Nodes.ControlFlow
Nodes providing basic control flow structures like branches and loops.
Methods
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)
public static System.Threading.Tasks.Task ForRange(Facepunch.ActionGraphs.Nodes.ControlFlow.ForRangeBody body, int count, int start = 0, int increment = 1)
Parameters
start: Default: 0increment: Default: 1
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Facepunch.ActionGraphs.Nodes |
| Type | class |
| Assembly | Facepunch.ActionGraphs |
| Doc ID | T:Facepunch.ActionGraphs.Nodes.ControlFlow |