ISInterface:IsLSType

From Lavish Software Wiki
Revision as of 02:01, 2 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

  • bool IsLSType(char *Name)

Purpose

Check to see if Name is an LSType

Usage

Parameters

  • char *Name
[in] Name to check

Return Value

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

Examples

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

See Also