Difference between revisions of "Body:getJointList"

(Created page)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{deprecatedin|[[11.0]]|110|type=function|text=It has been renamed to [[Body:getJoints]]}}
 
{{newin|[[0.9.2]]|092|type=method}}
 
{{newin|[[0.9.2]]|092|type=method}}
 
Returns a table containing the Joints attached to this Body.
 
Returns a table containing the Joints attached to this Body.
Line 13: Line 14:
 
* [[parent::Body]]
 
* [[parent::Body]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Returns a table containing the Joints attached to this Body.}
+
{{#set:Description=Returns a table containing the Joints attached to this Body.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Body:getJointList}}
 
{{i18n|Body:getJointList}}

Latest revision as of 18:53, 20 November 2019

Deprecated in LÖVE 11.0
It has been renamed to Body:getJoints.
Available since LÖVE 0.9.2
This method is not supported in earlier versions.

Returns a table containing the Joints attached to this Body.

Function

Synopsis

joints = Body:getJointList( )

Arguments

None.

Returns

table joints
A sequence with the Joints attached to the Body.

See Also

Other Languages