ISInterface:AddLSTypeDefinition

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool AddLSTypeDefinition(class LSTypeDefinition &Type)

Purpose

To add a data type for use in LavishScript

Usage

Parameters

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

Return Value

  • bool
Returns true on success, false on failure

Examples

See Also