Difference between revisions of "ISInterface:AddLSType"

From Lavish Software Wiki
Jump to navigation Jump to search
m
 
Line 6: Line 6:
 
=== Parameters ===
 
=== Parameters ===
 
*class LSType &Type
 
*class LSType &Type
:The type to add
+
:'''[in]''' The type to add
 
=== Return Value ===
 
=== Return Value ===
 
*bool
 
*bool

Latest revision as of 01:30, 2 September 2005

Syntax

  • bool AddLSType(class LSType &Type)

Purpose

To add a data type for use in LavishScript

Usage

Parameters

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

Return Value

  • bool
Returns true on success, false on failure

Examples

See Also