{{newin|[[11.0]]|110|type=function}}
Gets the settings associated with an effect.

== Function ==

=== Synopsis ===
<source lang="lua">
settings = love.audio.getEffect(name)
</source>

=== Arguments ===
{{param|string|name|The name of the effect.}}

=== Returns ===
{{param|table|settings|The settings associated with the effect.}}

== See Also ==
* [[parent::love.audio]]
* [[love.audio.setEffect]]

[[Category:Functions]]
{{#set:Description=Gets the settings associated with an effect.}}

== Other Languages ==
{{i18n|love.audio.getEffect}}