marker_add_named
Adds a named marker at a specified position on a marker track for timeline navigation. Errors if the name already exists to prevent duplicates.
Instructions
Add a named (destination) marker — a labeled point on the timeline that transition markers/regions elsewhere can jump to. Errors if a marker with this name already exists on the track, rather than creating a duplicate — use marker_list to check first.
Args: track_target: Marker track {guid} from event_add_marker_track. name: Marker name. position: Timeline position in seconds (>= 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| position | Yes | ||
| track_target | Yes |