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
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info