World:getJoints

Edit

Returns a table with all the joints in the World. This includes disabled joints.

joints = World:getJoints()

Arguments

None

Returns

NameTypeDescription
joints{Joint} The list of Joint objects in the World.

See also