API ReferenceFacepunch.ActionGraphs.Nodes
ControlFlowclass
Nodes providing basic control flow structures like branches and loops.
object→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)
| Parameter | Type | Description |
|---|---|---|
| enumerable | IEnumerable<T> | — |
| body | ForEachBody<T> | — |
Returns:
Task—public static System.Threading.Tasks.Task ForRange(Facepunch.ActionGraphs.Nodes.ControlFlow.ForRangeBody body, int count, int start = 0, int increment = 1)
| Parameter | Type | Description |
|---|---|---|
| body | ForRangeBody | — |
| count | int | — |
| start = 0 | int | — |
| increment = 1 | int | — |
Returns:
Task—No results match this filter.