s&box docs
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: 0
  • increment: Default: 1

Metadata

FieldValue
NamespaceFacepunch.ActionGraphs.Nodes
Typeclass
AssemblyFacepunch.ActionGraphs
Doc IDT:Facepunch.ActionGraphs.Nodes.ControlFlow

On this page