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