BlzSetAbilityBooleanFieldBJ

Parameters
whichAbility ability
whichField abilitybooleanfield
value boolean
return type
nothing
Source code
function BlzSetAbilityBooleanFieldBJ takes ability whichAbility, abilitybooleanfield whichField, boolean value returns nothing
    set bj_lastInstObjFuncSuccessful = BlzSetAbilityBooleanField(whichAbility, whichField, value)
endfunction
Source
Blizzard.j
wc3modding.com
BlzSetAbilityBooleanFieldBJ