UnitRemoveBuffBJ
- Parameters
buffcode integerwhichUnit unit- comment
- patch
1.13
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
boolean- Source code
function UnitRemoveBuffBJ takes integer buffcode, unit whichUnit returns boolean return UnitRemoveAbility(whichUnit, buffcode) endfunction