- Joined
- Apr 29, 2007
- Messages
- 826
JASS:function UnitDead takes unit u returns boolean return not UnitAlive(u) endfunction
That doesn't need to be in there if it's just returning a native call : |. It'd be like a BJ ><
I have quarrels with DoesUnitExist as well, but I suppose that would be fine. It's like a BJ too, : o.
Since it get's inlined by JassHelper, I don't see any problem with it.