grandMA3 User Manual Publication
GetApiDescriptor()
grandMA3 User Manual » Plugins » Lua Functions - Object-Free API » GetApiDescriptor()
|
Version 2.2
|
Description
The GetApiDescriptor Lua function returns a table with a description of all the object-free Lua functions. These are descriptions only. The function does not have any actual functions. The table is not sorted.
Arguments
This function does not accept any arguments.
Return
-
Table:
The returned table contains elements with other tables.-
String:
This is the Api function name. -
String:
This is the description of the Api arguments. -
String:
This is the description of the Api returns.
-
String:
Example
This example prints the content of the returned table.
Lua |
return function () |