Collider:getJoints

Edit

Returns a list of Joints attached to the Collider.

joints = Collider:getJoints()

Arguments

None

Returns

NameTypeDescription
jointstable A list of Joint objects attached to the Collider.

See also