Plugin.Functions
----------------

Returns a list of all the functions in the plugin.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Plugin](component_Plugin.md) | [1.0](newinversion10.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "Plugin.Functions" ) (old name: Functions)

### Parameters

none

### Result

Returns function names.

### Description

Returns a list of all the functions in the plugin.  
The list is separated with commas and spaces.  
### Examples

Query the functions in the plugins:

 $r = MBS ("Plugin.Functions")  
### See also

- [Plugin.SetFunctions](PluginSetFunctions.md)
- [Plugin.UsedFunctions](PluginUsedFunctions.md)

This function is free to use.

Created 18th August 2014 , last changed 10th December 2023

  
[Plugin.FunctionCount](PluginFunctionCount.md) - [Plugin.GetFunctionParameters](PluginGetFunctionParameters.md)

[HTML Version](PluginFunctions.shtml)