SetSoundPosition
- Parameters
-
soundHandle sound
x real
y real
z real
- note
This call is only valid if the sound was created with 3d enabled.
- return type
nothing
- Source code
native SetSoundPosition takes sound soundHandle, real x, real y, real z returns nothing
- Source
- sound.j
- wc3modding.com
- SetSoundPosition