ISInterface:RunScript

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

bool RunScript(char *Filename)

Purpose

To run a Script

Usage

Parameters

  • char *Filename
[in]The Filename of the script to run

Return Value

  • bool
Returns true on success, false on failure

Examples

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

See Also