UnitRemoveBuffBJ

Parameters
buffcodeinteger
whichUnitunit
comment
patch

1.13

Source
Blizzard.j (raise an issue to discuss on Github or submit a PR)
return type
boolean
Source code
function UnitRemoveBuffBJ takes integer buffcode, unit whichUnit returns boolean
    return UnitRemoveAbility(whichUnit, buffcode)
endfunction