Difference between revisions of "TLO:QueuedCommands"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Forms ==
 
== Forms ==
*[[DataType:bool|bool]] '''QueuedCommands['''substring''']''': Searches currently-queued commands to determine if a queued command containing the given substring is currently queued (case sensitive)
+
*[[ObjectType:bool|bool]] '''QueuedCommands['''substring''']''': Searches currently-queued commands to determine if a queued command containing the given substring is currently queued (case sensitive)
*[[DataType:bool|bool]] '''QueuedCommands'''
+
*[[ObjectType:bool|bool]] '''QueuedCommands'''
 
: TRUE if this script has commands queued
 
: TRUE if this script has commands queued
  

Latest revision as of 16:46, 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