Difference between revisions of "ObjectType:type"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 15: Line 15:
 
== See Also ==
 
== See Also ==
 
* [[LavishScript:Data Types|Data Types]]
 
* [[LavishScript:Data Types|Data Types]]
 +
 +
[[Category:LavishScript]]

Revision as of 21:39, 25 May 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

See Also