Difference between revisions of "World:getGravity"

m (1 revision: Importing from potato (again).)
m (included link to other languages)
Line 1: Line 1:
 
 
Get the gravity of the world.
 
Get the gravity of the world.
 
== Function ==
 
== Function ==
Line 15: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the gravity of the world.}}
 
{{#set:Description=Get the gravity of the world.}}
 +
== Other Languages ==
 +
{{i18n|World:getGravity}}

Revision as of 11:51, 22 January 2011

Get the gravity of the world.

Function

Synopsis

x, y = World:getGravity( )

Arguments

None.

Returns

number x
The x component of gravity.
number y
The y component of gravity.

See Also

Other Languages