Skip to main content

FUNCTION LIST

List details about the registered libraries and functions.
1 min read

Arguments#

optionsObject#

The list options.

Show properties
libraryNamestring#

Pattern for matching library names.

withCodeboolean#

Whether to include the library source code in the response.

Default: "false"

Response#

Object[]required

List of libraries.

Show properties
libraryNamestringrequired#

The name of the library.

enginestringrequired#

The engine used by the library (e.g., "LUA").

functionsObject[]required#

List of functions in the library.

Show properties
namestringrequired#

The name of the function.

descriptionstring | undefinedrequired#

The description of the function, or undefined if not provided.

flagsstring[]required#

List of flags for the function (e.g., "no-writes").

libraryCodestring#

The source code of the library (only included if withCode is true).