marker_add_transition
Add a transition marker that, when playback crosses it, jumps the timeline to a specified destination.
Instructions
Add a transition marker — when playback crosses this point, the timeline jumps to the given destination.
Args: track_target: Marker track {guid} from event_add_marker_track. position: Timeline position in seconds (>= 0). destination_target: {guid} of a NamedMarker or LoopRegion (from marker_add_named / marker_add_region).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | Yes | ||
| track_target | Yes | ||
| destination_target | Yes |