fmod_project_buildEnded_connect
Registers a callback that triggers after bank builds, receiving a success flag to handle build completion or errors.
Instructions
Sets a function to be called after banks are built, with the signature function(success) . The success argument will be false if a build error occurs or the build is cancelled by the user, and true otherwise. For example: [method · project.buildEnded.connect]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callback | Yes | A callback function that will be called when the build has ended. |