IsDestructableAliveBJ
- Parameters
-
d destructable
- return type
boolean
- Source code
function IsDestructableAliveBJ takes destructable d returns boolean return not IsDestructableDeadBJ(d) endfunction
- Source
- Blizzard.j
- wc3modding.com
- IsDestructableAliveBJ