Plugin.registerInstanceFunc method
Plugin › registerInstanceFunc
Unofficial
Registers a Bases formula function for a specific value type, unregistered automatically on unload.Signature:
registerInstanceFunc(type: unknown, func: unknown): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| type | unknown | The value type to register the function for. |
| func | unknown | The function definition to register. |
Returns: void