Functions Documentation
View Function Edit Function
Name objGetPos
Syntax (objGetPos spaceObject)
Argument List spaceObject: The space object that you want the position of.
Returns vector: The position of the space object.
Category spaceobject
Description Returns the vector position of the space object.
Example
(objGetPos gPlayerShip)

Returns the vector position of where in the system the player ship is.
Comment Helpful little function if you need to know where a space object is for later use.