grandMA3 User Manual Publication
GlobalVars()
grandMA3 User Manual » Plugins » Lua Functions - Object-Free API » GlobalVars()
|
Version 2.0
|
Description
The GlobalVars function returns a handle to the set of global variables. Read more about these in the Variables topic in the Macro section.
Arguments
This function does not accept any arguments.
Return
- Handle:
The function returns a handle of the set of global variables.
Example
This example sets, gets, and deletes a global variable:
Lua |
return function() |