Command:LSType

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

Command Difficulty Rating
LSType
Usage Beginner
Level of Understanding Beginner
Computer Savvy Newbie
Logic Beginner

LSType -list|<type name>

Description

Lists all LavishScript Data Types, or the members of a specific type

Examples

  • LSType string
  • LSType int
  • LSType math
  • LSType -list
output
LavishScript datatypes
--------------------
float
string
unistring - inherits string
mutablestring - inherits string
int
uint
rgb
byte
bool
int64
float64
floatptr - inherits float
float64ptr
stringptr - inherits string
uintptr - inherits uint
intptr - inherits int
int64ptr
rgbptr - inherits rgb
byteptr - inherits byte
boolptr - inherits bool
math
type
time
array - inherits objectcontainer
system
point3f
lavishscript
script
variable
exists
filepath
mutablefilepath
file
filelist
filelistentry
binary
scriptobject
event
eventvar - inherits event
query
scriptobjecttype
scriptobjectref
persistentref
objectcontainer
index - inherits objectcontainer
collection - inherits objectcontainer
stack - inherits objectcontainer
queue - inherits objectcontainer
set - inherits objectcontainer
iterator
variablescope
innerspace
dataset
display
monitor
bind
keyboard
input
g15
button
axis
dpad
inputdevice
mouse
console
extension
navigation
navpoint
navworld
navpath
isuisequenceedit - inherits lguielement
gdiwindow
localization
settingnode
setting - inherits settingnode
settingset - inherits settingnode
settingcomment - inherits settingnode
settingattribute - inherits settingnode
settingsetref - inherits settingset inherits settingnode
lavishsettings - inherits settingset inherits settingnode
lavishgui
lguielement
lguiframe - inherits lguielement
lguilistboxitem
lguilistbox - inherits lguielement
lguibutton - inherits lguielement
lguicheckbox - inherits lguielement
lguicombobox - inherits lguilistbox inherits lguielement
lguiconsole - inherits lguiframe inherits lguielement
lguifont - inherits lguielement
lguigauge - inherits lguiframe inherits lguielement
lguihudelement - inherits lguielement
lguimapblip - inherits lguiframe inherits lguielement
lguimap - inherits lguielement
lguimessagebox - inherits lguielement
lguiscrollbar - inherits lguielement
lguislider - inherits lguielement
lguitab - inherits lguiframe inherits lguielement
lguitabcontrol - inherits lguiframe inherits lguielement
lguitext - inherits lguielement
lguitextentry - inherits lguielement
lguitexture
lguitooltip - inherits lguiframe inherits lguielement
lguitreenode
lguitree - inherits lguiframe inherits lguielement
lguiwindow - inherits lguiframe inherits lguielement
lnavregion
lnavregionref - inherits lnavregion
lnavbox - inherits lnavregion
lnavincline - inherits lnavregion
lnavpoint - inherits lnavregion
lnavradius - inherits lnavregion
lnavtriangle - inherits lnavregion
lnavrect - inherits lnavregion
lnavsphere - inherits lnavregion
lnavprism - inherits lnavregion
lnavuniverse - inherits lnavregion
lnavaggregate - inherits lnavregion
lnavpath
lnavconnection
lnavconnectionref - inherits lnavconnection
lnavpathfinder
astarpathfinder - inherits lnavpathfinder
dijkstrapathfinder - inherits lnavpathfinder
lnavregiongroup
lavishnav - inherits lnavuniverse inherits lnavregion
licenseserver
session
remoteuplink
ismenu - inherits ismenuitem
ismenuitem
ismenucommand - inherits ismenuitem
ismenuseparator - inherits ismenuitem

See Also