Difference between revisions of "ISInterface:QueueCommand"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Purpose ==
 
== Purpose ==
 +
Places a command in the given script's queue for execution via ExecuteQueued
  
 
== Usage ==
 
== Usage ==
 
=== Parameters ===
 
=== Parameters ===
 +
*char *ScriptName
 +
: Name of the script
 +
*char *Command
 +
: Command to queue
 +
 
=== Return Value ===
 
=== Return Value ===
 +
*bool
 +
: Returns true if the function succeeded.  The function will fail if the given script is not running
  
 
== Examples ==
 
== Examples ==

Revision as of 01:58, 23 July 2005

Purpose

Places a command in the given script's queue for execution via ExecuteQueued

Usage

Parameters

  • char *ScriptName
Name of the script
  • char *Command
Command to queue

Return Value

  • bool
Returns true if the function succeeded. The function will fail if the given script is not running

Examples

See Also