Difference between revisions of "ObjectType:type"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 12: Line 12:
  
 
== Examples ==
 
== Examples ==
 +
 +
 +
== Operates On ==
 +
<tt>LSTypeDefinition *</tt>
 +
 +
<small>See lstype.h</small>
  
 
== See Also ==
 
== See Also ==

Revision as of 22:20, 15 December 2005

Description

Members

  • string Name: Name of the data type
  • int TypeMember[name]: Retrieves the ID number of a member with a given name, if it exists
  • string TypeMember[#]: Retrieves the name of a member with a given ID number, if it exists

Methods

Returns

Same as Name

Examples

Operates On

LSTypeDefinition *

See lstype.h

See Also