Difference between revisions of "ISInterface:EndScript"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
* [[ISXDK:ISInterface|ISInterface]] | * [[ISXDK:ISInterface|ISInterface]] | ||
* [[ISInterface:RunScript|RunScript]] | * [[ISInterface:RunScript|RunScript]] | ||
+ | * [[Script_Development|]] | ||
[[Category:ISXDK]] | [[Category:ISXDK]] | ||
[[Category:ISInterface]] | [[Category:ISInterface]] |
Revision as of 00:33, 2 September 2005
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
- ISInterface
- RunScript
- [[Script_Development|]]