- Joined
- Mar 5, 2006
- Messages
- 46
I heard moving units through GUI is slow.
Can anyone convert this for me:
Periodic Event: Every 0.03 seconds
Action:
TempPoint = position of picked unit
TempPoint2 = TempPoint with 10 offset towards Facing of Picked unit degrees
Move picked unit to TempPoint2
*Removes TempPoint leaks*
I want to use the set unit X Jass function but i dont know how. Is it really faster?
Can anyone convert this for me:
Periodic Event: Every 0.03 seconds
Action:
TempPoint = position of picked unit
TempPoint2 = TempPoint with 10 offset towards Facing of Picked unit degrees
Move picked unit to TempPoint2
*Removes TempPoint leaks*
I want to use the set unit X Jass function but i dont know how. Is it really faster?