IsDestructableDeadBJ
- Parameters
-
d destructable
- return type
boolean
- Source code
function IsDestructableDeadBJ takes destructable d returns boolean return GetDestructableLife(d) <= 0 endfunction
- Source
- Blizzard.j
- wc3modding.com
- IsDestructableDeadBJ