Difference between revisions of "Body:getFixtures"

(Created page with "{{newin|11.0|110|type=method|text=It has been renamed from Body:getFixtureList}} Returns a table with all fixtures. == Function == === Synopsis === <source lang="lua">...")
 
m (Add Fixture references)
 
Line 9: Line 9:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|table|fixtures|A [[sequence]] with all fixtures.}}
+
{{param|table|fixtures|A [[sequence]] with all [[Fixture|fixtures]].}}
 
== See Also ==
 
== See Also ==
 
* [[parent::Body]]
 
* [[parent::Body]]
 +
* [[Fixture]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns a table with all fixtures.}}
 
{{#set:Description=Returns a table with all fixtures.}}

Latest revision as of 19:15, 25 November 2019

Available since LÖVE 11.0
It has been renamed from Body:getFixtureList.

Returns a table with all fixtures.

Function

Synopsis

fixtures = Body:getFixtures( )

Arguments

None.

Returns

table fixtures
A sequence with all fixtures.

See Also


Other Languages