SetSound3DLocation
From Onset Developer Wiki
Description
Sets the location of a 3d sound.
Syntax
SetSound3DLocation(sound, x, y, z)
Parameters
- sound
The sound identifier. - x
The X axis - y
The Y axis - z
The Z axis
Return Value
- Returns true on success.
Example
SetSound3DLocation(soundId, x, y, z)