ISInterface:RemoveLSTypeDefinition

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool RemoveLSTypeDefinition(class LSTypeDefinition &Type)

Purpose

To remove a data type created with AddLSTypeDefinition

Usage

Parameters

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

Return Value

  • bool
Returns true on success, false on failure

Examples

See Also