Difference between revisions of "Body:getJoints"

(Created page with "{{newin|11.0|110|type=method|text=It has been renamed from Body:getJointList}} Returns a table containing the Joints attached to this Body. == Function == === Synopsis...")
 
(No difference)

Latest revision as of 18:57, 20 November 2019

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