grandMA3 User Manual Publication
GetExecutor(integer)
grandMA3 User Manual » Plugins » Lua Functions - Object-Free API » GetExecutor(integer)
|
Version 2.0
|
Description
The GetExecutor Lua function returns the handles of the executor and the page based on the executor number.
Arguments
- Integer:
The integer number for the executor.
Return
- Handle - Executor:
The returned handle to the executor. - Handle - Page:
The returned handle to the page.
Example
This example stores the handles for executor number 201. It then uses the Dump() function to show the data for the two handles.
Dump()
The Dump() function returns a string with information about the object, for instance, the name, class, path of the object, its properties, and children.
Learn more in the Dump() topic.
Lua |
return function () |