- Joined
- Oct 23, 2011
- Messages
- 182
I have a system dealing with unit movements
i happen to save their coordinates periodically onto variables (all systems changing unit's x/y also change these variables)
would it be better to get their coordinates by just doing
x[unitId] or just use GetUnitX(unit)?
i happen to save their coordinates periodically onto variables (all systems changing unit's x/y also change these variables)
would it be better to get their coordinates by just doing
x[unitId] or just use GetUnitX(unit)?