Difference between revisions of "ISInterface:IsLSTypeDefinition"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 23:33, 7 September 2005

Syntax

  • bool IsLSTypeDefinition(char *Name)

Purpose

Check to see if Name is an LSTypeDefinition

Usage

Parameters

  • char *Name
[in] Name to check

Return Value

  • bool
Returns true if it is an LSTypeDefinition, false if it is not

Examples

Example code
if (pISInterface->IsLSTypeDefinition("int"))

See Also