Views
Contact:setEnabled
Available since LÖVE 0.8.0 |
This method 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