wwise_create_events
Creates Play events for Sounds that lack one, using a two-step safety process: plan mode to preview and obtain a token, apply mode to create them idempotently.
Instructions
Create a Play event '' for target Sounds that lack one (default prefix 'Play_'). Two-step safety: mode='plan' previews + returns a token; mode='apply' with that token creates them (idempotent, undoable). If object_ids is omitted, all Sounds are considered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| object_ids | No | ||
| prefix | No | Play_ | |
| token | No |