grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object API » GetChildClass(handle) |
Version 2.1
|
The GetChildClass function returns a string with the name of the class of the object's children.
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.
This example prints the class name of the selected sequences' children.
Lua |
return function() |