ISInterface:EndScript

From Lavish Software Wiki
Revision as of 01:12, 2 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

  • bool EndScript(char *Filename)

Purpose

To end a running script

Usage

Parameters

  • char *Filename
[in]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