LuaScript Xojo and Real Studio Plugin

LuaScriptContext.GetGlobalBoolean Method (console safe)

Gets a global boolean variable by name.

GetGlobalBoolean(
   name as String) as Boolean

Parameters

name
Name of the variable to get

Returns

Boolean
The value of the variable

Remarks

See Also

LuaScriptContext Class