Difference between revisions of "Body:getJointList"

m
 
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.

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