Difference between revisions of "Command:QueueCommand"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 5: Line 5:
  
 
== Examples ==
 
== Examples ==
QueueCommand call MyFunction ${Something}
+
* QueueCommand call MyFunction ${Something}
 
+
* QueueCommand call AnotherFunction
QueueCommand call AnotherFunction
+
* QueueCommand call CoolFunction
 
 
QueueCommand call CoolFunction
 
  
 
== See Also ==
 
== See Also ==

Latest revision as of 01:58, 26 March 2007

Syntax

Command Difficulty Rating
QueueCommand
Usage Intermediate
Level of Understanding Intermediate
Computer Savvy Beginner
Logic Intermediate

Description

Examples

  • QueueCommand call MyFunction ${Something}
  • QueueCommand call AnotherFunction
  • QueueCommand call CoolFunction

See Also