Difference between revisions of "love.audio.getActiveEffects"

(Created page with "{{newin|11.0|110|type=function}} Gets a list of the names of the currently enabled effects. == Function == === Synopsis === <source lang="lua"> effects = love.audio.getA...")
 
m (Other Languages)
Line 18: Line 18:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets a list of the names of the currently enabled effects.}}
 
{{#set:Description=Gets a list of the names of the currently enabled effects.}}
 +
 +
== Other Languages ==
 +
{{i18n|love.audio.getActiveEffects}}

Revision as of 10:41, 29 June 2019

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

Gets a list of the names of the currently enabled effects.

Function

Synopsis

effects = love.audio.getActiveEffects()

Returns

table effects
The list of the names of the currently enabled effects.

See Also


Other Languages