Difference between revisions of "ISInterface:RemoveLSType"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
 +
==Syntax==
 +
*bool RemoveLSType(class LSType &Type)
 +
 
== Purpose ==
 
== Purpose ==
 +
To remove a data type created with [[ISInterface:AddLSType|AddLSType]]
  
 
== Usage ==
 
== Usage ==
 
=== Parameters ===
 
=== Parameters ===
 +
*class LSType &Type
 +
:'''[in]'''The type to remove
 
=== Return Value ===
 
=== Return Value ===
 +
*bool
 +
:Returns true on success, false on failure
  
 
== Examples ==
 
== Examples ==
Line 9: Line 17:
 
== See Also ==
 
== See Also ==
 
* [[ISXDK:ISInterface|ISInterface]]
 
* [[ISXDK:ISInterface|ISInterface]]
 +
*[[ISInterface:AddLSType|AddLSType]]
 +
*[[ISInterface:FindLSType|FindLSType]]
  
 
[[Category:ISXDK]]
 
[[Category:ISXDK]]
 
[[Category:ISInterface]]
 
[[Category:ISInterface]]

Latest revision as of 01:30, 2 September 2005

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