Source:isEffectEnabled

Edit

Returns whether a given Effect is enabled for the Source.

enabled = Source:isEffectEnabled(effect)

Arguments

NameTypeDescription
effectEffect The effect.

Returns

NameTypeDescription
enabledboolean Whether the effect is enabled.

Notes

The active spatializer will determine which effects are supported. If an unsupported effect is enabled on a Source, no error will be reported. Instead, it will be silently ignored. See lovr.audio.getSpatializer for a table showing the effects supported by each spatializer.

Calling this function on a non-spatial Source will always return false.

See also