BasesPluginInstance.deregisterFunction method
BasesPluginInstance › deregisterFunction
Unofficial
Deregisters a function.Signature:
deregisterFunction(name: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the function to deregister. |
Returns: void