VariableExpressionclass

An expression that evaluates to the current value of a named variable.

objectExpressionVariableExpression
Namespace
global
Assembly
Sandbox.Engine
Declaration
public class Sandbox.Doo.VariableExpression : Sandbox.Doo.Expression

Constructors1

Showing 1 constructors

Methods3

Showing 3 methods

public virtual void CollectArguments(System.Collections.Generic.HashSet`1<string> arguments)PUBLICVIRTUAL

ParameterTypeDescription
argumentsHashSet<string>
Returns:void

public virtual Sandbox.Variant Evaluate()PUBLICVIRTUAL

Returns:Variant

public virtual string GetDebugText()PUBLICVIRTUAL

Returns:string

Properties1

Showing 1 properties

public string Sandbox.Doo.VariableExpression.VariableName { get; set; }PUBLICGETSET

The name of the variable to read.

Returns:string

On this page