Difference between revisions of "ISInterface:RunCommandFile"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 6: Line 6:
 
=== Parameters ===
 
=== Parameters ===
 
*char *Filename
 
*char *Filename
:'''Filename''' of the command file
+
:'''[in]''' '''Filename''' of the command file
 
=== Return Value ===
 
=== Return Value ===
 
*bool
 
*bool

Latest revision as of 01:13, 2 September 2005

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