ISInterface:LoadExtension

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool LoadExtension(char *Filename)

Purpose

The LoadExtension function allows an extension to cause another to be loaded.

Usage

Parameters

  • char *Filename
The filename of the extension to load. The function will follow the Inner Space extension search order. Relative or absolute paths are allowed.

Return Value

  • bool
true if the extension was successfully loaded. The function will fail if the extension is already loaded

Examples

Load an extension

  • pISInterface->LoadExtension(test2);

See Also