s&box docs

public abstract class Sandbox.Doo.Expression

Base class for all value expressions used as arguments and assignments within blocks.

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

Methods

Showing 3 methods

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

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.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Doo.Expression

On this page