Available since LÖVE 11.0 |
This function is not supported in earlier versions. |
Gets whether the Body is touching the given other Body.
![]() |
Using this in love.update may miss collisions, since World:update can begin and end a collision within a single call. The collision callbacks are recommended instead, when feasible. |
touching = Body:isTouching( otherbody )
Body otherbody
boolean touching