Difference between revisions of "Body:getY"

m (synchronize semantic description.)
m (included link to other languages)
Line 1: Line 1:
 
Get the y position of the body in world coordinates.
 
Get the y position of the body in world coordinates.
 +
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 9: Line 10:
 
=== Returns ===
 
=== Returns ===
 
{{param|number|y|The y position in world coordinates.}}
 
{{param|number|y|The y position in world coordinates.}}
 +
 
== See Also ==
 
== See Also ==
 
* [[parent::Body]]
 
* [[parent::Body]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the y position of the body in world coordinates.}}
 
{{#set:Description=Get the y position of the body in world coordinates.}}
 +
 +
== Other Languages ==
 +
{{i18n|Body:getY}}

Revision as of 22:29, 28 January 2011

Get the y position of the body in world coordinates.

Function

Synopsis

y = Body:getY( )

Arguments

None.

Returns

number y
The y position in world coordinates.

See Also


Other Languages