Function AudioServerSingleton.isBusEffectEnabled

If true, the effect at index effect_idx on the bus at index bus_idx is enabled.

bool isBusEffectEnabled (
  const(long) bus_idx,
  const(long) effect_idx
) nothrow @nogc const;