fmod_workspace_addEvent
Add a new event to the FMOD Studio project with a specified name and an optional spatializer on its master track.
Instructions
Adds an event with the given name to the project . Returns the event's ManagedObject . [method · workspace.addEvent]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The string value to assign the new event. | |
| withSpatializer | Yes | A bool value determining whether to add an FMOD spatializer to the new event's master track . |