World:getJoints

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

Returns a table with all joints.

Function

Synopsis

joints = World:getJoints( )

Arguments

None.

Returns

table joints
A sequence with all joints.

See Also

Other Languages