enable/disableTrigger() used to enable/disable entire groups

Post Reply
User avatar
Jules
Posts: 118
Joined: Sun Oct 11, 2009 5:41 pm
Location: Plymouth State University - Sophomore

enable/disableTrigger() used to enable/disable entire groups

Post by Jules »

Can those two functions be used to enable/disable entire Trigger groups?

Sheia
Posts: 33
Joined: Tue Dec 01, 2009 4:40 am

Re: enable/disableTrigger() used to enable/disable entire groups

Post by Sheia »

As they are technically triggers I would say yes, test it out. The Manual doesn't mention it specifically either way.

User avatar
Jules
Posts: 118
Joined: Sun Oct 11, 2009 5:41 pm
Location: Plymouth State University - Sophomore

Re: enable/disableTrigger() used to enable/disable entire groups

Post by Jules »

It appears no... Which sucks! This should be a new feature!

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: enable/disableTrigger() used to enable/disable entire groups

Post by Vadi »

No, it does work - just tested. The script editor doesn't update the icon right away, but when you click on something else and back, it becomes locked.

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: enable/disableTrigger() used to enable/disable entire groups

Post by Heiko »

These functions do work on groups too, of course. The function disableTrigger( groupX ) locks sub branch groupX.

The script editor updates on a per click basis. Click on your item and get a snapshot of the current status. Automatic updates would be brain dead with respect to overall performance.

Post Reply