For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetFunctionList

Get a collection of all the registered global functions in the runtime.

Method Signature

GetFunctionList()

Arguments

This function does not accept any arguments

Examples

Check to see if a function exists

Uses the member function of structKeyExists.

Run Example

getFunctionList().keyExists( "reMatch" );

Result: true

Additional Examples

Run Example

Last updated

Was this helpful?