ISInterface:AddTopLevelObject

From Lavish Software Wiki
Revision as of 01:08, 2 September 2005 by Beefalo (talk | contribs)
Jump to navigation Jump to search

Syntax

  • bool AddTopLevelObject(char *Name, fLSTopLevelObject Function)

Purpose

To create Top-Level_Objects

Usage

Parameters

  • char *Name
[in]Name of the Top-Level Object
  • fLSTopLevelObject Function
[in]Function the TLO executes

Return Value

  • bool
Returns true on success, false on failure

Examples

See Also