| DoAfter |
|---|
| Script function world.DoAfter
Read about scriptingType Method Summary Adds a one-shot, temporary timer - simplified interface Prototype long DoAfter(double Seconds, BSTR SendText);
View list of data type meaningsDescription This routine adds an unlabelled, temporary, one-shot timer, set to go off after the designated number of seconds. The first argument (seconds) must evaluate to a time between 0.1 second, and 23 hours 59 minutes 59 seconds (that is, 1 to 86,399).VBscript example Jscript example PerlScript example Python example Lua example Return value
View list of return code meaningsSee Also ... Topics
Aliases
Default triggers/aliases/timers/macros/colours
Getting started
Groups
Plugins
Timers
TriggersFunctions
AddTimer (Adds a timer)
DeleteTemporaryTimers (Deletes all temporary timers)
DeleteTimer (Deletes a timer)
DeleteTimerGroup (Deletes a group of timers)
DoAfterNote (Adds a one-shot, temporary note 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)
EnableTimer (Enables or disables an timer)
EnableTimerGroup (Enables/disables a group of timers)
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)
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=DoAfter)
Documentation contents page |