| DeleteTimerGroup |
|---|
| Script function world.DeleteTimerGroup
Read about scriptingType Method Summary Deletes a group of timers Prototype long DeleteTimerGroup(BSTR GroupName);
View list of data type meaningsDescription Triggers, aliases and timers can be placed in "groups" where a group is a bunch of related items. Groups have names, there is no restriction on the name of a group. Ungrouped items have blank (empty) names.VBscript example Jscript example PerlScript example Python example Lua example Return value See Also ... Topics
Aliases
Default triggers/aliases/timers/macros/colours
Getting started
Groups
Plugins
Timers
TriggersFunctions
AddTimer (Adds a timer)
DeleteAliasGroup (Deletes a group of aliases)
DeleteGroup (Deletes a group of triggers, aliases and timers)
DeleteTemporaryTimers (Deletes all temporary timers)
DeleteTimer (Deletes a timer)
DeleteTriggerGroup (Deletes a group of triggers)
DoAfter (Adds a one-shot, temporary timer - simplified interface)
DoAfterSpecial (Adds a one-shot, temporary, timer to carry out some special action)
DoAfterSpeedWalk (Adds a one-shot, temporary speedwalk timer - simplified interface)
EnableAliasGroup (Enables/disables a group of aliases)
EnableGroup (Enables/disables a group of triggers, aliases and timers)
EnableTimer (Enables or disables an timer)
EnableTimerGroup (Enables/disables a group of timers)
EnableTriggerGroup (Enables/disables a group of triggers)
GetAliasInfo (Gets details about an alias)
GetTimer (Gets details about a timer)
GetTimerInfo (Gets details about a timer)
GetTimerList (Gets the list of timers)
GetTimerOption (Gets the value of a named timer option)
GetTriggerInfo (Gets details about a named trigger)
IsTimer (Tests to see if a timer exists)
ResetTimer (Resets a named timer)
ResetTimers (Resets all timers)
SetTimerOption (Sets the value of a named timer option)(Help topic: function=DeleteTimerGroup)
Documentation contents page |