API Referenceglobal
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
public ForBlock()
No results match this filter.
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()
No results match this filter.
Properties
Showing 4 properties
public Sandbox.Doo.Expression Sandbox.Doo.ForBlock.EndValue { get; set; }
The upper bound of the loop (exclusive).
public Sandbox.Doo.Expression Sandbox.Doo.ForBlock.JumpValue { get; set; }
The amount to increment the loop counter each iteration.
public Sandbox.Doo.Expression Sandbox.Doo.ForBlock.StartValue { get; set; }
The initial value of the loop counter.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Doo.ForBlock |