love.setDeprecationOutput

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

Sets 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

love.setDeprecationOutput( enable )

Arguments

boolean enable
Whether to enable or disable deprecation output.

Returns

Nothing.

See Also

Other Languages