SetDestructableMaxLifeBJ

Parameters
d destructable
max real
return type
nothing
Source code
function SetDestructableMaxLifeBJ takes destructable d, real max returns nothing
    call SetDestructableMaxLife(d, max)
endfunction
Source
Blizzard.j
wc3modding.com
SetDestructableMaxLifeBJ