IsUnitDeadBJ
- Parameters
-
whichUnit unit
- comment
- patch
1.00
- Source
- Blizzard.j
- return type
boolean
- Source code
function IsUnitDeadBJ takes unit whichUnit returns boolean return GetUnitState(whichUnit, UNIT_STATE_LIFE) <= 0 endfunction
whichUnit | unit |
1.00
boolean
function IsUnitDeadBJ takes unit whichUnit returns boolean
return GetUnitState(whichUnit, UNIT_STATE_LIFE) <= 0
endfunction