SetDestructableMaxLifeBJ

Parameters
d destructable
max real
comment
patch

1.00

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