{{newin|[[11.0]]|110|type=function}}
Gets whether the Body is touching the given other Body.

{{notice|Using this in [[love.update]] may miss collisions, since [[World:update]] can begin and end a collision within a single call. The [[World:setCallbacks|collision callbacks]] are recommended instead, when feasible.}}
== Function ==
=== Synopsis ===
<source lang="lua">
touching = Body:isTouching( otherbody )
</source>
=== Arguments ===
{{param|Body|otherbody|The other body to check.}}
=== Returns ===
{{param|boolean|touching|True if this body is touching the other body, false otherwise.}}
== See Also ==
* [[parent::Body]]
[[Category:Functions]]
{{#set:Description=Gets whether the Body is touching the given other Body.}}
== Other Languages ==
{{i18n|Body:isTouching}}