LuaScript Xojo Plugin

LuaScriptContext.GetGlobalBoolean Method

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