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...")
(No difference)

Revision as of 06:08, 20 October 2018

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