SetSoundPositionLocBJ
- Parameters
-
soundHandle sound
loc location
z real
- comment
- patch
1.00
- Source
- Blizzard.j
- 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