s&box docs

public class Sandbox.Doo.ForBlock : Sandbox.Doo.Block

Run a block of code a certain number of times, with a loop variable.

Constructors

Showing 1 constructors

Methods

Showing 4 methods

public virtual void CollectArguments(System.Collections.Generic.HashSet`1<string> arguments)

public virtual string GetNodeString()

public virtual bool HasBody()

public virtual void Reset()

Properties

Showing 4 properties

public Sandbox.Doo.Expression Sandbox.Doo.ForBlock.JumpValue { get; set; }

The amount to increment the loop counter each iteration.

public string Sandbox.Doo.ForBlock.VariableName { get; set; }

The name of the loop counter variable.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Doo.ForBlock

On this page