API Referenceglobal
public class Sandbox.Doo.SetBlock : Sandbox.Doo.Block
Set a variable to a value.
Constructors
Showing 1 constructors
public SetBlock()
No results match this filter.
Methods
Showing 3 methods
public virtual void CollectArguments(System.Collections.Generic.HashSet`1<string> arguments)
public virtual string GetNodeString()
public virtual void Reset()
No results match this filter.
Properties
Showing 2 properties
public Sandbox.Doo.Expression Sandbox.Doo.SetBlock.Value { get; set; }
The expression whose result will be stored in the variable.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Doo.SetBlock |