• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[JASS] Detecting removed unit in group

Status
Not open for further replies.
Level 6
Joined
Oct 23, 2011
Messages
182
It seems like when a unit is removed, it is automatically removed from groups as well (I cannot retrieve them with ForGroup; maybe ForGroup simply won't return removed units even if they're in group?)

This is a first time that I actually NEED to detect ghost units because I need to remove locks on their IDs and do some stuff

Any solutions?

*edit: to think about it now, i don't think i can retrieve removed units to begin with (it probably will return null...)
 
Status
Not open for further replies.
Top