ISInterface:RunCommandFile

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool RunCommandFile(char *Filename)

Purpose

To run a command file

Usage

Parameters

  • char *Filename
[in] Filename of the command file

Return Value

  • bool
Returns true on success, false on failure

Examples

Run a command file

  • pISInterface->RunCommandFile("CommandFiles\\test.ice")

See Also