UnitRemoveBuffBJ
- Parameters
-
buffcode integer
whichUnit unit
- comment
- patch
1.13
- Source
- Blizzard.j
- return type
boolean
- Source code
function UnitRemoveBuffBJ takes integer buffcode, unit whichUnit returns boolean return UnitRemoveAbility(whichUnit, buffcode) endfunction