Difference between revisions of "Contact:isTouching"

(Added Contact:isTouching.)
 
m
 
Line 1: Line 1:
{{newin|[[0.8.0]]|080|type=method}}
+
{{newin|[[0.8.0]]|080|type=function}}
 
Returns whether the two colliding fixtures are touching each other.
 
Returns whether the two colliding fixtures are touching each other.
  

Latest revision as of 21:12, 29 May 2013

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

Returns whether the two colliding fixtures are touching each other.

Function

Synopsis

touching = Contact:isTouching( )

Arguments

None.

Returns

boolean touching
True if they touch or false if not.

See Also


Other Languages