ISInterface:RemoveLSType

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

Syntax

  • bool RemoveLSType(class LSType &Type)

Purpose

To remove a data type created with AddLSType

Usage

Parameters

  • class LSType &Type
[in]The type to remove

Return Value

  • bool
Returns true on success, false on failure

Examples

See Also