function isEventToggled (shared-side)
Available since version: 0.3.5.4
This function will check if the event is toggled (enabled) or not.
Declaration
bool isEventToggled(string eventName)
Parameters
stringeventName: the name of the event.
Returns bool
true if the event is toggled (enabled), otherwise false.