grandMA3 User Manual Publication
GetObjApiDescriptor()
grandMA3 User Manual » Plugins » Lua Functions - Object-Free API » GetObjApiDescriptor()
|
Version 2.0
|
Description
The GetObjApiDescriptor Lua function returns a table with a description of all the object 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 () |