Joint:getBodies

Available since LÖVE 0.9.2
This function is not supported in earlier versions.

Gets the bodies that the Joint is attached to.

Function

Synopsis

bodyA, bodyB = Joint:getBodies( )

Arguments

None.

Returns

Body bodyA (nil)
The first Body.
Body bodyB (nil)
The second Body.

See Also

Other Languages