ObjectType:type

From Lavish Software Wiki
Revision as of 16:42, 8 July 2018 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

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