Difference between revisions of "ObjectType:type"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
== Members ==
 
== Members ==
 +
*[[DataType:string|string]] '''Name''': Name of the data type
 +
*[[DataType:int|int]] '''TypeMember['''name''']''': Retrieves the ID number of a member with a given name, if it exists
 +
*[[DataType:string|string]] '''TypeMember['''#''']''': Retrieves the name of a member with a given ID number, if it exists
  
 
== Methods ==
 
== Methods ==
  
 
== Returns ==
 
== Returns ==
 +
Same as '''Name'''
  
 
== Examples ==
 
== Examples ==

Revision as of 18:09, 9 March 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