Difference between revisions of "Body:getJointList"

(Created page)
 
m
Line 13: Line 13:
 
* [[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}}

Revision as of 01:42, 9 February 2015

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