grandMA3 User Manual Publication
UserVars()
grandMA3 User Manual » Plugins » Lua Functions - Object-Free API » UserVars()
|
Version 2.0
|
Description
The UserVars function returns a handle to the set of user 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 user variables.
Example
This example sets, gets, and deletes a user variable:
Lua |
return function() |