Table of Contents

Class ScriptVariableBlock

Namespace
LunyScript.Blocks
/
Assembly
LunyScript.dll

Block that holds a reference to a script variable.

public sealed class ScriptVariableBlock : VariableBlock, IScriptBlock
Expand Details ...
Inheritance
Object
ScriptVariableBlock
Implements
Inherited Members

Properties

Name

public String Name { get; }

Property Value

String

Value

public Variable Value { get; }

Property Value

Variable

Methods

SetImmediate(Variable)

Used to set a variable's value during Build() time.

public void SetImmediate(Variable value)

Parameters

Type Name Description
Variable
value

ToString()

public override String ToString()

Returns

String