world.DiscardQueue

MUSHclient script function (Method)

Discards the speed walk queue

Prototype

long DiscardQueue();

Data type meanings

Description

Discards any commands queued up, to be sent at the speedwalk delay interval.

The return value is the number of commands discarded.

VBscript example

world.discardqueue

Jscript example

world.discardqueue();

PerlScript example

$world->discardqueue();

Python example

world.discardqueue

Lua example

DiscardQueue()

Return value

The number of commands discarded (might be zero).

See also

FunctionDescription
GetQueueReturns a variant array which is a list of queued commands
QueueQueues a command for sending at the "speed walk" rate.
SpeedWalkDelayThe number of milliseconds delay between speed walk commands