Difference between revisions of "Command:QueueCommand"
Jump to navigation
Jump to search
m (→Examples) |
|||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
== Syntax == | == Syntax == | ||
+ | {{CMD-DR|QueueCommand|Intermediate|Intermediate|Beginner|Intermediate}} | ||
== Description == | == Description == | ||
== Examples == | == Examples == | ||
+ | * QueueCommand call MyFunction ${Something} | ||
+ | * QueueCommand call AnotherFunction | ||
+ | * QueueCommand call CoolFunction | ||
== See Also == | == See Also == | ||
+ | *[[TLO:QueuedCommands|QueuedCommands]] | ||
+ | *[[Command:FlushQueued|FlushQueued]] | ||
+ | *[[Command:ExecuteQueued|ExecuteQueued]] | ||
*[[LavishScript:Commands|Commands]] | *[[LavishScript:Commands|Commands]] | ||
+ | {{Command-Stub}} | ||
+ | [[Category:LavishScript]] | ||
+ | [[Category:LavishScript Commands]] |
Latest revision as of 01:58, 26 March 2007
Contents
Syntax
QueueCommand | |
Usage | Intermediate |
Level of Understanding | Intermediate |
Computer Savvy | Beginner |
Logic | Intermediate |
Description
Examples
- QueueCommand call MyFunction ${Something}
- QueueCommand call AnotherFunction
- QueueCommand call CoolFunction