s&box docs

public class Sandbox.Doo.InvokeBlock : Sandbox.Doo.Block

Call a global method or a method on a component.

Constructors

Showing 1 constructors

Methods

Showing 2 methods

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

public virtual string GetNodeString()

Properties

Showing 5 properties

public System.Collections.Generic.List`1<Sandbox.Doo.Expression> Sandbox.Doo.InvokeBlock.Arguments { get; set; }

The list of argument expressions to pass to the method.

public string Sandbox.Doo.InvokeBlock.Member { get; set; }

The fully qualified method path to invoke (e.g. "Log.Info").

public string Sandbox.Doo.InvokeBlock.ReturnVariable { get; set; }

Variable name to set to the returned value. Leave empty to ignore the return value.

Metadata

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

On this page