PlaySoundAtPointBJ
- Parameters
-
soundHandle sound
volumePercent real
loc location
z real
- return type
nothing
- Source code
function PlaySoundAtPointBJ takes sound soundHandle, real volumePercent, location loc, real z returns nothing call SetSoundPositionLocBJ(soundHandle, loc, z) call SetSoundVolumeBJ(soundHandle, volumePercent) call PlaySoundBJ(soundHandle) endfunction
- Source
- Blizzard.j
- wc3modding.com
- PlaySoundAtPointBJ