Register forum user name Search FAQ

DiscardQueue

Script function

world.DiscardQueue

Read about scripting

Type

Method

Summary

Discards the speed walk queue

Prototype

long DiscardQueue();

View list of 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 ...

Functions

(GetQueue) Returns a variant array which is a list of queued commands
(Queue) Queues a command for sending at the "speed walk" rate.
(SpeedWalkDelay) The number of milliseconds delay between speed walk commands

(Help topic: function=DiscardQueue)

Documentation contents page


Search ...

Enter a search string to find matching documentation.

Search for:   

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.