ISInterface:QueueCommand

From Lavish Software Wiki
Revision as of 01:58, 23 July 2005 by Lax (talk | contribs)
Jump to navigation Jump to search

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