| 03-19-2008, 01:06 AM | #1 |
Hi, what is the best triggered collision? Although I only know two kinds: 1.) GroupEnum spam 2.) TriggerRegisterUnitInRange Is there a better one than those two, or is one of them simply better than any other? Thanks. |
| 03-19-2008, 01:21 AM | #2 |
GroupEnum is the best, but don't spam it. Also, use a single global group and recycle it (don't destroy it). |
| 03-19-2008, 01:41 AM | #3 |
TriggerRegisterUnitInRange has a delay that is much too long, GroupEnum is the only good way to do it. You need to recycle the group and avoid using a null boolexpr to make it fast enough to use for this purpose. |
