InvokeBlockclass

Call a global method or a method on a component.

objectBlockInvokeBlock
Namespace
global
Assembly
Sandbox.Engine
Declaration
public class Sandbox.Doo.InvokeBlock : Sandbox.Doo.Block

Constructors1

Showing 1 constructors

Methods2

Showing 2 methods

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

ParameterTypeDescription
argumentsHashSet<string>
Returns:void

public virtual string GetNodeString()PUBLICVIRTUAL

Returns:string

Properties5

Showing 5 properties

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

The list of argument expressions to pass to the method.

Returns:List<Expression>

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

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

Returns:string

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

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

Returns:string

On this page