UnitHasBuffBJ
- Parameters
whichUnit unitbuffcode integer- comment
- patch
1.13
- Source
- Blizzard.j (raise an issue to discuss on Github or submit a PR)
- return type
boolean- Source code
function UnitHasBuffBJ takes unit whichUnit, integer buffcode returns boolean return (GetUnitAbilityLevel(whichUnit, buffcode) > 0) endfunction