LuaScript Xojo and Real Studio Plugin |
|
LuaScriptContext.SetGlobal Method (console safe)
Sets a global string variable.
SetGlobal(
name as String,
value as String)
Parameters
- name
- Name of the variable to be set
- value
- Value of the variable to be set
Remarks
See Also
LuaScriptContext Class