Difference between revisions of "Template:LavishScript:Object Types"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 34: Line 34:
 
; [[LavishScript:MIDI|MIDI]]
 
; [[LavishScript:MIDI|MIDI]]
 
: [[ObjectType:midi|midi]] - Accessed via the Top-Level Object [[TLO:MIDI|MIDI]]
 
: [[ObjectType:midi|midi]] - Accessed via the Top-Level Object [[TLO:MIDI|MIDI]]
: [[ObjectType:midiindevice|midiindevice]] - [[ObjectType:midiinevent]]
+
: [[ObjectType:midiindevice|midiindevice]] - [[ObjectType:midiinevent|midiinevent]]
 
}}
 
}}

Revision as of 17:07, 27 September 2019

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
Other
point3f - rgb - script - binary - event - enumtype
File Handling
filepath - file - filelist - filelistentry
Utilities
exists - lavishscript - math - system - type - variable
Tasks
lavishmachine - Accessed via the Top-Level Object LMAC
task - tasklibrary - taskmanager - tasktype - taskpulseargs - elmactaskstate
MIDI
midi - Accessed via the Top-Level Object MIDI
midiindevice - midiinevent