grandMA3 User Manual Publication
GetUIEditor(handle)
grandMA3 User Manual » Plugins » Lua Functions - Object API » GetUIEditor(handle)
|
Version 2.2
|
Description
The GetUIEditor function returns a text string with the name of the UI editor for the object.
Arguments
-
Handle:
The function takes a handle of the type "light_userdata" as an argument.
It can be omitted when using the colon notation on an object.The Colon Notation is a way to omit the handle as the first argument when using the Object functions.
This is the general syntax with the colon notation: object:function()
This is the general syntax with standard handle notation: object.function(object)
Learn more in the Lua Functions - Object API topic.
Return
-
String:
The function returns a text string with the name of the object's UI editor.
Examples
This example prints the name of the selected sequence's editor.
Lua |
return function() |