GetFunctionList
Last updated
Was this helpful?
Get a collection of all the registered global functions in the runtime.
GetFunctionList()This function does not accept any arguments
Uses the member function of structKeyExists.
getFunctionList().keyExists( "reMatch" );
Result: true
Last updated
Was this helpful?
Was this helpful?
writeDump( getFunctionList() );
