{{newin|[[11.0]]|110|type=function}}
Gets whether LÖVE displays warnings when using deprecated functionality. It is disabled by default in [[love.filesystem.isFused|fused mode]], and enabled by default otherwise.

When deprecation output is enabled, the first use of a formally deprecated LÖVE API will show a message at the bottom of the screen for a short time, and print the message to the console.

== Function ==
=== Synopsis ===
<source lang="lua">
enabled = love.hasDeprecationOutput( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|enabled|Whether deprecation output is enabled.}}

== See Also ==
* [[parent::love]]
* [[love.setDeprecationOutput]]
[[Category:Functions]]
{{#set:Description=Gets whether LÖVE displays warnings when using deprecated functionality.}}
== Other Languages ==
{{i18n|love.hasDeprecationOutput}}