Difference between revisions of "B2.PulleyJoint:getGroundAnchorB"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the x and y coordinates of the second ground anchor. <br /> <br /> <source lang="lua">...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number) (number), = b2.PulleyJoint:getGroundAnchorB()
+
(number), (number) = b2.PulleyJoint:getGroundAnchorB()
 
</source>
 
</source>
 
'''Returns''' (number) x coordinates of the second ground anchor<br/>
 
'''Returns''' (number) x coordinates of the second ground anchor<br/>
 
'''Returns''' (number) y coordinates of the second ground anchor<br/>
 
'''Returns''' (number) y coordinates of the second ground anchor<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2011.6

Description


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

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

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