Difference between revisions of "Body:getX"

m (add detail to function & parameter descriptions.)
m (synchronize semantic description.)
Line 12: Line 12:
 
* [[parent::Body]]
 
* [[parent::Body]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Get the x position of the body.}}
+
{{#set:Description=Get the x position of the body in world coordinates.}}

Revision as of 08:28, 13 August 2010

Get the x position of the body in world coordinates.

Function

Synopsis

x = Body:getX( )

Arguments

None.

Returns

number x
The x position in world coordinates.

See Also