Difference between revisions of "ObjectType:type"
Jump to navigation
Jump to search
m (DataType:type moved to ObjectType:type) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
== Members == | == Members == | ||
*[[DataType:string|string]] '''Name''': Name of the data type | *[[DataType:string|string]] '''Name''': Name of the data type | ||
− | *[[DataType:int|int]] ''' | + | *[[DataType:int|int]] '''Member['''name''']''': Retrieves the ID number of a member with a given name, if it exists |
− | *[[DataType:string|string]] ''' | + | *[[DataType:string|string]] '''Member['''#''']''': Retrieves the name of a member with a given ID number, if it exists |
== Methods == | == Methods == | ||
Line 15: | Line 15: | ||
== See Also == | == See Also == | ||
− | + | {{LavishScript:ObjectType}} | |
− | |||
− | |||
− |
Latest revision as of 16:42, 8 July 2018
Description
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
- Text
- string - mutablestring - unistring
- Numbers
- byte - float - float64 - int - uint - int64
- Boolean (TRUE/FALSE)
- bool
- Pointers
- boolptr - byteptr - floatptr - float64ptr - intptr - uintptr - int64ptr - rgbptr - stringptr
- Containers
- objectcontainer - array - index - collection - queue - stack - set - variablescope
- JSON
- jsonobject - jsonarray - jsonvaluecontainer - jsonvalue
- Iteration
- iterator - jsoniterator
- Date/Time
- time
- File Handling
- filepath - file - filelist - filelistentry
- Tasks
- lavishmachine - Accessed via the Top-Level Object LMAC
- task - tasklibrary - taskmanager - tasktype - taskpulseargs - elmactaskstate