BlzSetUnitBooleanFieldBJ

Parameters
whichUnit unit
whichField unitbooleanfield
value boolean
return type
nothing
Source code
function BlzSetUnitBooleanFieldBJ takes unit whichUnit, unitbooleanfield whichField, boolean value returns nothing
    set bj_lastInstObjFuncSuccessful = BlzSetUnitBooleanField(whichUnit, whichField, value)
endfunction
Source
Blizzard.j
wc3modding.com
BlzSetUnitBooleanFieldBJ