love.hasDeprecationOutput

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

Gets whether LÖVE displays warnings when using deprecated functionality. It is disabled by default in 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

enabled = love.hasDeprecationOutput( )

Arguments

None.

Returns

boolean enabled
Whether deprecation output is enabled.

See Also


Other Languages