API Referenceglobal
SetBlockclass
Set a variable to a value.
Constructors1
Showing 1 constructors
public SetBlock()
No results match this filter.
Methods3
Showing 3 methods
public virtual void CollectArguments(System.Collections.Generic.HashSet`1<string> arguments)
| Parameter | Type | Description |
|---|---|---|
| arguments | HashSet<string> | — |
Returns:
void—public virtual string GetNodeString()
Returns:
string—public virtual void Reset()
Returns:
void—No results match this filter.
Properties2
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.