event_add_marker_track
Add or reuse a marker track on an FMOD event timeline, returning whether it was newly created or reused for scripting workflows.
Instructions
Get-or-create a marker (logic) track on an event's timeline.
Reuses an existing marker track if the event already has one (most
events only need one) — check event_list_tracks-style state before
assuming a fresh track is needed; call this and it will tell you
via reused.
Args: target: event:// path or {guid}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |