Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Plugin.CustomFunctionIDs

Queries the list of registered function ids.

Component Version macOS Windows Linux Server iOS SDK
Plugin 15.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Plugin.CustomFunctionIDs" )

Parameters

none

Result

Returns list or error.

Description

Queries the list of registered function ids.
For custom functions and script steps.

Examples

Query names and IDs:

Set Variable [ $Names; Value: MBS( "Plugin.CustomFunctionNames" ) ]
Set Variable [ $IDs; Value: MBS( "Plugin.CustomFunctionIDs" ) ]

See also

Release notes

  • Version 15.5
    • Fixed Plugin.CustomFunctionIDs function to return correct IDs.
    • Added Plugin.CustomFunctionIDs function to query IDs of custom functions.

Blog Entries

This function is free to use.

Created 1st October 2025, last changed 12nd November 2025


Plugin.CompileDate - Plugin.CustomFunctionNames