Difference between revisions of "ObjectType:type"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Description ==
 
== Description ==
 +
{{ObjectType-Vitals|type|[[LavishScript]]|none|Same as Name|none|no|LSTypeDefinition *}}
  
 
== Members ==
 
== Members ==
 
*[[DataType:string|string]] '''Name''': Name of the data type
 
*[[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:int|int]] '''Member['''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
+
*[[DataType:string|string]] '''Member['''#''']''': Retrieves the name of a member with a given ID number, if it exists
  
 
== Methods ==
 
== Methods ==
Line 14: Line 15:
  
 
== See Also ==
 
== See Also ==
* [[LavishScript:Data Types|Data Types]]
+
{{LavishScript:ObjectType}}
 
 
[[Category:LavishScript]]
 

Latest revision as of 16:42, 8 July 2018

Description

Object Type Vitals
type
Defined By LavishScript
Inherits none
Reduces To Same as Name
Variable Object Type none
Uses Sub-Types no
C/C++ Type LSTypeDefinition *

Members

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

Methods

Returns

Same as Name

Examples

See Also

LavishScript Object Types