ISInterface:EndScript

From Lavish Software Wiki
Revision as of 00:32, 2 September 2005 by Beefalo (talk | contribs)
Jump to navigation Jump to search

Syntax

  • bool EndScript(char *Filename)

Purpose

To end a running script

Usage

Parameters

  • char *Filename
The Filename of the script to end

Return Value

  • bool
returns true on success, false on failure

Examples

Example code
pISInterface->EndScript("test");

See Also