• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[vJASS] speed difference

Status
Not open for further replies.
Level 6
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)?
 
Level 17
Joined
Apr 27, 2008
Messages
2,455
Unit indexers use the custom value, and unless you have more than 8190 units indexed on the map at the same time it works just fine.
The usual name to get the unit "id" is GetUnitId, but it inlines to GetUnitUserData.

Now, why the hell you are talking about unit rawcodes ?!
 
Status
Not open for further replies.
Top