Reputation (+1):
(Post) I think what he meant is "other muslims might disagree with him on some of what he says: not everything he says is un-arguable." That is why we have discussions afterall.
(Post) I think what he meant is "other muslims might disagree with him on some of what he says: not everything he says is un-arguable." That is why we have discussions afterall.
Edit: to be clear I'm talking about the one that's still active not the recycled one i.e. if a turret is being recycled and is going to swap with a projectile, then you only need to move the projectile data into the slot as well as the stageID of the projectile the turret was in because the left over turret data is never going to be accessed because it's in the wrong stage to use it (this creates a lot of "junk" in the memory but no memory leaks, just makes it look a bit weird)
You can do it the lazy way by recycling all the data, (also makes bugs easier to avoid if you mess up) but if you have a lot it can be more efficient to split the recycling process into IF statements based on what the StageID is of the object that's going to be moved