MMScript

Trigger and schedule scripts

<- Back to MMScript function list

MMScript_AreScriptEventsEnabled

Description

This function will return 1 if the plug-in is currently processing Script Events or 0 if not. You can use MMScript_DisableScriptEvents and MMScript_EnableScriptEvents to tell the plug-in to process Script Events or not.

Return Type
Number (1=True, 0=False)
Format
MMScript_AreScriptEventsEnabled
Related Items
MMScript_DisableScriptEvents, MMScript_EnableScriptEvents