fmod_Event_addReturnTrack
Add a return track to an FMOD event by specifying the event path and the name for the new track.
Instructions
Adds a return track with the given name to the event. Returns the newly created return track ManagedObject . [method · Event.addReturnTrack]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The string value to assign the return track when it is created. | |
| target | Yes | Object to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'. |