Difference between revisions of "love.audio.getEffect"

(Created page with "{{newin|11.0|110|type=function}} Gets the settings associated with an effect. == Function == === Synopsis === <source lang="lua"> settings = love.audio.getEffect(name) <...")
 
m (See Also)
 
Line 21: Line 21:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the settings associated with an effect.}}
 
{{#set:Description=Gets the settings associated with an effect.}}
 +
 +
== Other Languages ==
 +
{{i18n|love.audio.getEffect}}

Latest revision as of 11:07, 29 June 2019

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


Other Languages