Quote:
Quote:
It enables/disables the "Enable Triggers" checkbox (Settings > Triggers tab), which globally disables or enables all Trigger rules.
Hope that helps!
I call this in some of my custom scripts. I noticed they must be toggled back on after the scripting code since this setting does
not automatically enable.
// JOE'S UPDATE APPS
BFS.DisplayFusion.RunFunction("Toggle Triggers");
BFS.General.ThreadWait(500);
.
.
.
.
.
BFS.DisplayFusion.RunFunction("Toggle Triggers");