Body:getJoints

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

Returns a table containing the Joints attached to this Body.

Function

Synopsis

joints = Body:getJoints( )

Arguments

None.

Returns

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

See Also

Other Languages