Functions Documentation
View Function Edit Function
Name objMoveTo
Syntax (objMoveTo spaceObject vector)
Argument List spaceObject: The space object you want to move.
vector: Where you want to move the space object to.
Returns condition: True if successful.
Category spaceobject
Description Moves the space object to the vector position.
Example
(objMoveTo gplayership 
(sysVectorPolarOffset gplayership (shpGetDirection gplayership) 500))


Moves the player ship 500 forward.
Comment Basically the same as objJumpTo except it doesn't have an extra gating animation.