Difference between revisions of "LavishScript:Object Types"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
= Usage =
 
= Usage =
  
= Built-in Data Types =
+
== Introduction ==
; [[DataType:string|string]]
+
 
; [[DataType:float|float]]
+
== Built-in Data Types ==
; [[DataType:int|int]]
+
=== Data Storage ===
; [[DataType:bool|bool]]
+
; Text
; [[DataType:rgb|rgb]]
+
* [[DataType:string|string]]
; [[DataType:byte|byte]]
+
; Numbers
; [[DataType:math|math]]
+
* [[DataType:float|float]]
; [[DataType:type|type]]
+
* [[DataType:int|int]]
; [[DataType:time|time]]
+
* [[DataType:byte|byte]]
; [[DataType:array|array]]
+
; Boolean
; [[DataType:system|system]]
+
* [[DataType:bool|bool]]
; [[DataType:point3f|point3f]]
+
; List
; [[DataType:lavishscript|lavishscript]]
+
* [[DataType:array|array]]
 +
; Other
 +
* [[DataType:rgb|rgb]]
 +
* [[DataType:time|time]]
 +
* [[DataType:point3f|point3f]]
 +
=== Utilities ===
 +
* [[DataType:math|math]]
 +
* [[DataType:system|system]]
 +
* [[DataType:lavishscript|lavishscript]]
 +
; Other
 +
* [[DataType:type|type]]

Revision as of 06:54, 22 February 2005

Introduction

Usage

Introduction

Built-in Data Types

Data Storage

Text
Numbers
Boolean
List
Other

Utilities

Other