BlzSetUnitWeaponBooleanFieldBJ

Parameters
whichUnit unit
whichField unitweaponbooleanfield
index integer
value boolean
return type
nothing
Source code
function BlzSetUnitWeaponBooleanFieldBJ takes unit whichUnit, unitweaponbooleanfield whichField, integer index, boolean value returns nothing
    set bj_lastInstObjFuncSuccessful = BlzSetUnitWeaponBooleanField(whichUnit, whichField, index, value)
endfunction
Source
Blizzard.j
wc3modding.com
BlzSetUnitWeaponBooleanFieldBJ