Difference between revisions of "Command:LSType"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
== Examples ==
 
== Examples ==
*LSType -list
 
 
*LSType string
 
*LSType string
 
*LSType int
 
*LSType int
 
*LSType math
 
*LSType math
 +
*LSType -list
 +
;output
 +
 +
LavishScript datatypes
 +
--------------------
 +
float
 +
string
 +
mutablestring - inherits string
 +
int
 +
rgb
 +
byte
 +
bool
 +
floatptr - inherits float
 +
stringptr - inherits string
 +
intptr - inherits int
 +
rgbptr - inherits rgb
 +
byteptr - inherits byte
 +
boolptr - inherits bool
 +
math
 +
type
 +
time
 +
array
 +
system
 +
point3f
 +
lavishscript
 +
script
 +
variable
 +
exists
 +
dataset
 +
display
 +
bind
 +
Keyboard
 +
Mouse
 +
console
 +
extension
 +
navigation
 +
navpoint
 +
navworld
 +
navpath
 +
isuibutton
 +
isuicheckbox
 +
isuicombobox
 +
isuiconsole
 +
isuiframe
 +
isuielement
 +
isuigauge
 +
isuihudelement
 +
isuilistboxitem
 +
isuilistbox
 +
isuimessagebox
 +
isuiscrollbar
 +
isuislider
 +
isuitab
 +
isuiwindow
 +
isuifont
  
 
== See Also ==
 
== See Also ==

Revision as of 16:57, 24 August 2005

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
mutablestring - inherits string
int
rgb
byte
bool
floatptr - inherits float
stringptr - inherits string
intptr - inherits int
rgbptr - inherits rgb
byteptr - inherits byte
boolptr - inherits bool
math
type
time
array
system
point3f
lavishscript
script
variable
exists
dataset
display
bind
Keyboard
Mouse
console
extension
navigation
navpoint
navworld
navpath
isuibutton
isuicheckbox
isuicombobox
isuiconsole
isuiframe
isuielement
isuigauge
isuihudelement
isuilistboxitem
isuilistbox
isuimessagebox
isuiscrollbar
isuislider
isuitab
isuiwindow
isuifont

See Also