API Referenceglobal
public class Sandbox.Doo.VariableExpression : Sandbox.Doo.Expression
An expression that evaluates to the current value of a named variable.
Constructors
Showing 1 constructors
public VariableExpression()
No results match this filter.
Methods
Showing 3 methods
public virtual void CollectArguments(System.Collections.Generic.HashSet`1<string> arguments)
public virtual Sandbox.Variant Evaluate()
public virtual string GetDebugText()
No results match this filter.
Properties
Showing 1 properties
public string Sandbox.Doo.VariableExpression.VariableName { get; set; }
The name of the variable to read.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Doo.VariableExpression |