ISInterface:FindSet

From Lavish Software Wiki
Revision as of 00:49, 3 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

  • unsigned long FindSet(unsigned long &ParentSetGUID, char *Name)

Purpose

To find the unique identifier for a given set

Usage

Parameters

  • unsigned long &ParentSetGUID
[in] Unique identify number for the parent set
  • char *Name
[in] Name of the set we're looking for

Return Value

  • unsigned long
Returns the unique identifier for the set

Examples

unsigned long currentset;
currentset = pISInterface->FindSet(ParentSet,"fruit");

See Also