LuaScript Xojo and Real Studio Plugin |
|
LuaScriptContext.GetGlobalDouble Method (console safe)
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