Difference between revisions of "B2.MouseJoint:getTarget"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the x and y coordinates of the target point.<br /> <br /> <source lang="lua"> (number)...")
(No difference)

Revision as of 11:03, 23 August 2018

Available since: Gideros 2011.6

Description


Returns the x and y coordinates of the target point.

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

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