Difference between revisions of "World:getBodyCount"

m (included link to other languages)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Get the number of bodies in the world.
+
Returns the number of bodies in the world.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 12: Line 12:
 
* [[parent::World]]
 
* [[parent::World]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Get the number of bodies in the world.}}
+
{{#set:Description=Returns the number of bodies in the world.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|World:getBodyCount}}
 
{{i18n|World:getBodyCount}}

Latest revision as of 07:10, 17 April 2012

Returns the number of bodies in the world.

Function

Synopsis

n = World:getBodyCount( )

Arguments

None.

Returns

number n
The number of bodies in the world.

See Also


Other Languages