Difference between revisions of "World:getBodyCount"

m (1 revision: Importing from potato (again).)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Returns the number of bodies in the world.
Get the number of bodies in the world.
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: 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 ==
 +
{{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