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

From Lavish Software Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
: [[ObjectType:string|string]] - [[ObjectType:mutablestring|mutablestring]] - [[ObjectType:unistring|unistring]]
 
: [[ObjectType:string|string]] - [[ObjectType:mutablestring|mutablestring]] - [[ObjectType:unistring|unistring]]
 
; Numbers
 
; Numbers
: [[DataType:byte|byte]] - [[DataType:float|float]] - [[DataType:float64|float64]] - [[DataType:int|int]] - [[DataType:uint|uint]] - [[DataType:int64|int64]]  
+
: [[ObjectType:byte|byte]] - [[ObjectType:float|float]] - [[ObjectType:float64|float64]] - [[ObjectType:int|int]] - [[ObjectType:uint|uint]] - [[ObjectType:int64|int64]]  
 
; Boolean (TRUE/FALSE)
 
; Boolean (TRUE/FALSE)
: [[DataType:bool|bool]]
+
: [[ObjectType:bool|bool]]
 
; Pointers
 
; Pointers
: [[DataType:boolptr|boolptr]] - [[DataType:byteptr|byteptr]] - [[DataType:floatptr|floatptr]] - [[DataType:float64ptr|float64ptr]] - [[DataType:intptr|intptr]] - [[DataType:uintptr|uintptr]] - [[DataType:int64ptr|int64ptr]] - [[DataType:rgbptr|rgbptr]] - [[DataType:stringptr|stringptr]]
+
: [[ObjectType:boolptr|boolptr]] - [[ObjectType:byteptr|byteptr]] - [[ObjectType:floatptr|floatptr]] - [[ObjectType:float64ptr|float64ptr]] - [[ObjectType:intptr|intptr]] - [[ObjectType:uintptr|uintptr]] - [[ObjectType:int64ptr|int64ptr]] - [[ObjectType:rgbptr|rgbptr]] - [[ObjectType:stringptr|stringptr]]
 
; Containers
 
; Containers
: [[ObjectType:objectcontainer|objectcontainer]] - [[DataType:array|array]] - [[ObjectType:index|index]] - [[ObjectType:collection|collection]] - [[ObjectType:queue|queue]] - [[ObjectType:stack|stack]] - [[ObjectType:set|set]] - [[ObjectType:variablescope|variablescope]]
+
: [[ObjectType:objectcontainer|objectcontainer]] - [[ObjectType:array|array]] - [[ObjectType:index|index]] - [[ObjectType:collection|collection]] - [[ObjectType:queue|queue]] - [[ObjectType:stack|stack]] - [[ObjectType:set|set]] - [[ObjectType:variablescope|variablescope]]
 
; JSON
 
; JSON
 
: [[ObjectType:jsonobject|jsonobject]] - [[ObjectType:jsonarray|jsonarray]] - [[ObjectType:jsonvaluecontainer|jsonvaluecontainer]] - [[ObjectType:jsonvalue|jsonvalue]]
 
: [[ObjectType:jsonobject|jsonobject]] - [[ObjectType:jsonarray|jsonarray]] - [[ObjectType:jsonvaluecontainer|jsonvaluecontainer]] - [[ObjectType:jsonvalue|jsonvalue]]
Line 17: Line 17:
  
 
; Date/Time
 
; Date/Time
: [[DataType:time|time]]
+
: [[ObjectType:time|time]]
  
 
; Other
 
; Other
: [[DataType:point3f|point3f]] - [[DataType:rgb|rgb]] - [[DataType:script|script]] - [[DataType:binary|binary]] - [[ObjectType:event|event]] - [[ObjectType:enumtype|enumtype]]
+
: [[ObjectType:point3f|point3f]] - [[ObjectType:rgb|rgb]] - [[ObjectType:script|script]] - [[ObjectType:binary|binary]] - [[ObjectType:event|event]] - [[ObjectType:enumtype|enumtype]]
  
 
; File Handling
 
; File Handling
: [[DataType:filepath|filepath]] - [[DataType:file|file]] - [[DataType:filelist|filelist]] - [[DataType:filelistentry|filelistentry]]  
+
: [[ObjectType:filepath|filepath]] - [[ObjectType:file|file]] - [[ObjectType:filelist|filelist]] - [[ObjectType:filelistentry|filelistentry]]  
  
 
; Utilities
 
; Utilities

Revision as of 15:09, 8 July 2018