Source:isEffectEnabled
EditReturns whether a given Effect
is enabled for the Source.
enabled = Source:isEffectEnabled(effect)
Arguments
Name | Type | Description |
effect | Effect | The effect. |
Returns
Name | Type | Description |
enabled | boolean | 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.