BlzSetAbilityBooleanLevelFieldBJ

Parameters
whichAbilityability
whichFieldabilitybooleanlevelfield
levelinteger
valueboolean
comment
patch

1.31.0.11889

Source
Blizzard.j (raise an issue to discuss on Github or submit a PR)
return type
nothing
Source code
function BlzSetAbilityBooleanLevelFieldBJ takes ability whichAbility, abilitybooleanlevelfield whichField, integer level, boolean value returns nothing
    set bj_lastInstObjFuncSuccessful = BlzSetAbilityBooleanLevelField(whichAbility, whichField, level, value)
endfunction