ShowDestructableBJ

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