SetBlockclass

Set a variable to a value.

objectBlockSetBlock
Namespace
global
Assembly
Sandbox.Engine
Declaration
public class Sandbox.Doo.SetBlock : Sandbox.Doo.Block

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 string GetNodeString()PUBLICVIRTUAL

Returns:string

public virtual void Reset()PUBLICVIRTUAL

Returns:void

Properties2

Showing 2 properties

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

The name of the variable to assign to.

Returns:string

On this page