PlaySoundOnUnitBJ
- Parameters
-
soundHandle sound
volumePercent real
whichUnit unit
- return type
nothing
- Source code
function PlaySoundOnUnitBJ takes sound soundHandle, real volumePercent, unit whichUnit returns nothing call AttachSoundToUnitBJ(soundHandle, whichUnit) call SetSoundVolumeBJ(soundHandle, volumePercent) call PlaySoundBJ(soundHandle) endfunction
- Source
- Blizzard.j
- wc3modding.com
- PlaySoundOnUnitBJ