fmod_project_buildStarted_connect
Register a callback function to execute automatically before bank builds begin, enabling pre-build checks or custom workflows.
Instructions
Sets a function to be called before banks are built, with the signature function() . For example: [method · project.buildStarted.connect]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callback | Yes | A callback function that will be called when the build has started. |