Difference between revisions of "TLO:QueuedCommands"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 15: Line 15:
 
*[[Command:FlushQueued|FlushQueued]]
 
*[[Command:FlushQueued|FlushQueued]]
 
*[[Command:QueueCommand|QueueCommand]]
 
*[[Command:QueueCommand|QueueCommand]]
*[[LavishScript:Top-Level Objects|Top-Level Objects]]
+
{{LavishScript:Top-Level Object}}
[[Category:LavishScript]]
 
[[Category:LavishScript Top-Level Objects]]
 

Revision as of 16:45, 8 July 2018

Forms

  • bool QueuedCommands[substring]: Searches currently-queued commands to determine if a queued command containing the given substring is currently queued (case sensitive)
  • bool QueuedCommands
TRUE if this script has commands queued

Examples

Example code
Do
{
ExecuteQueued
}
While ${QueuedCommands}

See Also

LavishScript Top-Level Objects

Data Storage Conversion
Bool - Float - Int - String
Enums
Enum
Date/Time
Time
Events
Event
Inline Branching
If
Math
Math
Misc
Arg - Event - Execute - LavishScript - Script - Select - Type
Operating System
System
Scripting
QueuedCommands - Return - Variable - This - VariableScope - ForEach - Context