SetItemInvulnerableBJ

Parameters
whichItem item
flag boolean
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function SetItemInvulnerableBJ takes item whichItem, boolean flag returns nothing
    call SetItemInvulnerable(whichItem, flag)
endfunction