- Joined
- Apr 16, 2025
- Messages
- 160
It's about groups. I know that if you create a global group of units without the "set bj_wantDestroyGroup = true" function before creating the group, you will get a leak.
But what about the own group variable? There's only one of them and it's not going anywhere. At worst, units will accumulate there, but since they're dead, what difference does it make, right? Or does it really hurt performance?
P.S. I know how to clear the unit group variable, I just don't fully understand if it's necessary.
But what about the own group variable? There's only one of them and it's not going anywhere. At worst, units will accumulate there, but since they're dead, what difference does it make, right? Or does it really hurt performance?
P.S. I know how to clear the unit group variable, I just don't fully understand if it's necessary.
















