UnitRemoveBuffBJ
- Parameters
-
buffcode integer
whichUnit 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