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"> (...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (number) (number) | + | (number), (number) = b2.PulleyJoint:getGroundAnchorA() |
</source> | </source> | ||
'''Returns''' (number) x coordinates of the first ground anchor<br/> | '''Returns''' (number) x coordinates of the first ground anchor<br/> | ||
'''Returns''' (number) y coordinates of the first ground anchor<br/> | '''Returns''' (number) y coordinates of the first ground anchor<br/> |
Revision as of 10:17, 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