LuaScript Xojo Plugin

LuaScriptContext.GetGlobalDouble Method

Gets a global Double variable by name.

GetGlobalDouble(
   name as String) as Double

Parameters

name
Name of the variable to get

Returns

Double
The value of the variable

Remarks

See Also

LuaScriptContext Class