ISInterface:RunCommandFile

From Lavish Software Wiki
Revision as of 01:13, 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 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