fmod_Event_addGroupTrack
Adds an audio track to a specified event in FMOD Studio using the given name. Returns the newly created track model.
Instructions
Adds an audio track with the given name to the event. Returns the newly created model. [method · Event.addGroupTrack]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The string value to assign the audio track when it is created. | |
| target | Yes | Object to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'. |