Difference between revisions of "Body:getY"

m (1 revision: Importing from potato (again).)
m (add detail to function and parameter descriptions.)
Line 1: Line 1:
 
+
Get the y position of the body in world coordinates.
Get the y position of the body.
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 9: Line 8:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|number|y|The y position.}}
+
{{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.}}
 
{{#set:Description=Get the y position of the body.}}

Revision as of 06:01, 13 August 2010

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