Skip to content

QuantumGate::Local::AreListenersEnabled

Karel Donk edited this page Oct 27, 2021 · 3 revisions

Returns whether the specified listeners are enabled for the instance.

Signature

bool AreListenersEnabled(const ListenerType type) const noexcept;

Parameters

Name Description
type The listener type to check for. See QuantumGate::Local::ListenerType for details.

Return values

Returns true if the specified listeners are enabled and false if not.

Clone this wiki locally