fmod_Event_getPlayheadPosition
Get the current playback position of a timeline or game parameter in an FMOD event.
Instructions
Retrieves the playback position of a given parameter . Returns the playback position of a model. [method · Event.getPlayheadPosition]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Object to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'. | |
| parameter | Yes | The model.Timeline or model.GameParameter to retrieve the playback position of. |