Difference between revisions of "Contact:setEnabled"

(Added Contact:setEnabled.)
 
m
 
Line 1: Line 1:
{{newin|[[0.8.0]]|080|type=method}}
+
{{newin|[[0.8.0]]|080|type=function}}
 
Enables or disables the contact.
 
Enables or disables the contact.
  

Latest revision as of 21:12, 29 May 2013

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

Enables or disables the contact.

Function

Synopsis

Contact:setEnabled( enabled )

Arguments

boolean enabled
True to enable or false to disable.

Returns

Nothing.

See Also


Other Languages