How to delete a batch of triggers/timers from command line

Post Reply
zhenzh
Posts: 68
Joined: Fri Apr 17, 2020 2:23 am

How to delete a batch of triggers/timers from command line

Post by zhenzh »

In GUI operation, I can removing all triggers/timers under the same group by removing the whole group. But how can I do such batch deletion from lua level?

I suggest introducing tempGroup concept for all tempXXX elements so that they can be operated as what we can do from GUI for perm elements.

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

Re: How to delete a batch of triggers/timers from command line

Post by Vadi »

You can put all your triggers/timers into a table and then just loop over it :)

Post Reply