SetSoundPositionLocBJ
- Parameters
-
soundHandle sound
loc location
z real
- return type
nothing
- Source code
function SetSoundPositionLocBJ takes sound soundHandle, location loc, real z returns nothing call SetSoundPosition(soundHandle, GetLocationX(loc), GetLocationY(loc), z) endfunction
- Source
- Blizzard.j
- wc3modding.com
- SetSoundPositionLocBJ