Aqla Solutions

[This is preliminary documentation and is subject to change.]

Retreives a reference to the variable by the specified "selected in the inspector" variable info

Namespace: JustLogic.Core
Assembly: JustLogic (in JustLogic.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Variable GetVariable(
	SelectedVariableInfoBase info
)
JScript
public final function GetVariable(
	info : SelectedVariableInfoBase
) : Variable

Implements

IExecutionContext..::..GetVariable(SelectedVariableInfoBase)

See Also