BasesPluginInstance.getFunction method
BasesPluginInstance › getFunction
Unofficial
Gets a function.Signature:
getFunction(name: string): BasesFunction | nullParameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the function to get. |
Returns: BasesFunction | null — The function, or null if not found.