s&box docs

public class Sandbox.Doo.SetBlock : Sandbox.Doo.Block

Set a variable to a value.

Constructors

Showing 1 constructors

Methods

Showing 3 methods

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

public virtual string GetNodeString()

public virtual void Reset()

Properties

Showing 2 properties

public Sandbox.Doo.Expression Sandbox.Doo.SetBlock.Value { get; set; }

The expression whose result will be stored in the variable.

public string Sandbox.Doo.SetBlock.VariableName { get; set; }

The name of the variable to assign to.

Metadata

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

On this page