love.audio.getEffect

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

Gets the settings associated with an effect.

Function

Synopsis

settings = love.audio.getEffect(name)

Arguments

string name
The name of the effect.

Returns

table settings
The settings associated with the effect.

See Also