Description of MUSHclient world function: world.DoAfterSpeedWalk
Name | DoAfterSpeedWalk |
---|---|
Type | Method |
Summary | Adds a one-shot, temporary speedwalk timer - simplified interface |
Prototype | long DoAfterSpeedWalk(long Seconds, BSTR SendText)
|
Description | This routine adds an unlabelled, temporary, one-shot speedwalk 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, 0.1 to 86,399). Note: Available in version 3.18 onwards. |
VBscript example |
|
Jscript example |
|
PerlScript example |
|
Python example |
|
Lua example |
|
Returns | eTimeInvalid: The time is invalid (seconds not in range 0.1 to 86,399).
|
Introduced in version | 3.18 |
See also ...
Function | Description |
---|---|
AddTimer | Adds a timer |
DoAfter | Adds a one-shot, temporary timer - simplified interface |
DoAfterNote | Adds a one-shot, temporary note timer - simplified interface |
DoAfterSpecial | Adds a one-shot, temporary, timer to carry out some special action |
Enter a word or phrase in the box below to narrow the list down to those that match.
The function name, prototype, summary, and description are searched.
Leave blank to show all functions.
Many functions return a "code" which indicates the success or otherwise of the function.
You can view a list of the return codes
The "prototype" part of each function description lists exactly how the function is called (what arguments, if any, to pass to it).
You can view a list of the data types used in function prototypes
Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.