CmdAudioListenerUpsert
Upserts an audio listener (Create or Update).
Arguments
Accepts one of:
CmdAudioListenerCreateArgsCmdAudioListenerUpdateArgs
Key fields:
- Create:
realmId,modelId - Update:
position,velocity,forward,up
Notes
- Listener and source bindings are resolved every tick by the core audio proxy.
- If listener and source are bound to the same model, spatialization is bypassed.
realmId/modelIdreferences are late-bound and can be resolved after upsert.
Response
Returns { success, message }.
On failure, the core also emits SystemEvent::Error (scope="command").
Documentation Vulfram Core