Difference between revisions of "World:getGravity"

m (included link to other languages)
 
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the gravity of the world.}}
 
{{#set:Description=Get the gravity of the world.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|World:getGravity}}
 
{{i18n|World:getGravity}}

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