Difference between revisions of "Body:getY"

m (1 revision: Importing from potato (again).)
 
(3 intermediate revisions by 2 users not shown)
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 9:
 
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 in world coordinates.}}
 +
{{#set:Since=000}}
 +
 
 +
== Other Languages ==
 +
{{i18n|Body:getY}}

Latest revision as of 10:42, 25 March 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