- Joined
- Oct 11, 2012
- Messages
- 711
Hi all, I use the following native declaration to check if a unit is alive:
But I also found this post by Bribe: http://www.hiveworkshop.com/forums/graveyard-418/isunitdead-135811/index6.html#post1839278, which says the above native declaration does not work well with Vex's opimizer.
Is that true? I use both the native declaration and the optimizer and have seen any error.
JASS:
native UnitAlive takes unit id returns boolean
But I also found this post by Bribe: http://www.hiveworkshop.com/forums/graveyard-418/isunitdead-135811/index6.html#post1839278, which says the above native declaration does not work well with Vex's opimizer.
Is that true? I use both the native declaration and the optimizer and have seen any error.