event_playback_status
Check an FMOD event's playback state and timeline position to confirm play, stop, or pause commands took effect.
Instructions
Check whether an event instance is playing/paused/stopping, and its current timeline playhead position — use this to validate a play/stop/pause call actually took effect.
Args: target: event:// path or {guid}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |