Difference between revisions of "B2.PulleyJoint:getGroundAnchorA"

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

Revision as of 11:03, 23 August 2018

Available since: Gideros 2011.6

Description


Returns the x and y coordinates of the first ground anchor.

(number) (number), = b2.PulleyJoint:getGroundAnchorA()

Returns (number) x coordinates of the first ground anchor
Returns (number) y coordinates of the first ground anchor