API Referenceglobal
Expressionclass
Base class for all value expressions used as arguments and assignments within blocks.
object→Expression
Constructors1
Showing 1 constructors
protected Expression()
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 Sandbox.Variant Evaluate()
Evaluates this expression and returns its value.
public virtual string GetDebugText()
Returns a human-readable string representation of this expression for the editor.
Returns:
string—No results match this filter.