{{newin|[[0.8.0]]|080|type=function}}
Returns whether the contact is enabled. The collision will be ignored if a contact gets disabled in the preSolve callback.

== Function ==
=== Synopsis ===
<source lang="lua">
enabled = Contact:isEnabled( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|enabled|True if enabled, false otherwise.}}

== See Also ==
* [[parent::Contact]]
* [[Contact:setEnabled]]
[[Category:Functions]]
{{#set:Description=Returns whether the contact is enabled.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|Contact:isEnabled}}