Sprite:getPosition
From GiderosMobile
Available since: Gideros 2011.6
Description
Returns the x, y and z coordinates of the sprite.
(number), (number), (number) = Sprite:getPosition()
Returns (number) The x coordinates of the sprite
Returns (number) The y coordinates of the sprite
Returns (number) The z coordinates of the sprite