VolumeGroupSetVolumeBJ
- Parameters
-
vgroup volumegroup
percent real
- return type
nothing
- Source code
function VolumeGroupSetVolumeBJ takes volumegroup vgroup, real percent returns nothing call VolumeGroupSetVolume(vgroup, percent * 0.01) endfunction
- Source
- Blizzard.j
- wc3modding.com
- VolumeGroupSetVolumeBJ