B2.MouseJoint:getTarget

From GiderosMobile
Revision as of 14:38, 23 August 2018 by Hgy29 (talk | contribs)

Available since: Gideros 2011.6

Description


Returns the x and y coordinates of the target point.

(number), (number) = b2.MouseJoint:getTarget()

Return values

Returns (number) x coordinate of the target point
Returns (number) y coordinate of the target point