ISInterface:ClearSet

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

Syntax

  • bool ClearSet(unsigned long &SetGUID)

Purpose

To clear an entire set

Usage

Parameters

  • unsigned long &SetGUID
[in] unique identifier of the set to clear

Return Value

  • bool
Returns true on success, false on failure

Examples

  • pISInterface->ClearSet(fruitguid);

See Also