SetDestructableInvulnerableBJ

Parameters
d destructable
flag boolean
return type
nothing
Source code
function SetDestructableInvulnerableBJ takes destructable d, boolean flag returns nothing
    call SetDestructableInvulnerable(d, flag)
endfunction
Source
Blizzard.j
wc3modding.com
SetDestructableInvulnerableBJ