Difference between revisions of "Command:LSType"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 17: Line 17:
 
  float
 
  float
 
  string
 
  string
 +
unistring - inherits string
 
  mutablestring - inherits string
 
  mutablestring - inherits string
 
  int
 
  int
 +
uint
 
  rgb
 
  rgb
 
  byte
 
  byte
 
  bool
 
  bool
 +
int64
 +
float64
 
  floatptr - inherits float
 
  floatptr - inherits float
 +
float64ptr
 
  stringptr - inherits string
 
  stringptr - inherits string
 +
uintptr - inherits uint
 
  intptr - inherits int
 
  intptr - inherits int
 +
int64ptr
 
  rgbptr - inherits rgb
 
  rgbptr - inherits rgb
 
  byteptr - inherits byte
 
  byteptr - inherits byte
Line 31: Line 38:
 
  type
 
  type
 
  time
 
  time
  array
+
  array - inherits objectcontainer
 
  system
 
  system
 
  point3f
 
  point3f
Line 38: Line 45:
 
  variable
 
  variable
 
  exists
 
  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
 
  dataset
 
  display
 
  display
 +
monitor
 
  bind
 
  bind
  Keyboard
+
  keyboard
  Mouse
+
  input
 +
g15
 +
button
 +
axis
 +
dpad
 +
inputdevice
 +
mouse
 
  console
 
  console
 
  extension
 
  extension
Line 49: Line 85:
 
  navworld
 
  navworld
 
  navpath
 
  navpath
  isuibutton
+
  isuisequenceedit - inherits lguielement
  isuicheckbox
+
  gdiwindow
  isuicombobox
+
  localization
  isuiconsole
+
  settingnode
  isuiframe
+
  setting - inherits settingnode
  isuielement
+
  settingset - inherits settingnode
  isuigauge
+
  settingcomment - inherits settingnode
  isuihudelement
+
  settingattribute - inherits settingnode
  isuilistboxitem
+
  settingsetref - inherits settingset inherits settingnode
  isuilistbox
+
  lavishsettings - inherits settingset inherits settingnode
  isuimessagebox
+
  lavishgui
  isuiscrollbar
+
  lguielement
  isuislider
+
  lguiframe - inherits lguielement
  isuitab
+
  lguilistboxitem
  isuiwindow
+
  lguilistbox - inherits lguielement
  isuifont
+
  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 ==
 
== See Also ==

Latest revision as of 19:49, 2 May 2010

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