LSL Status/Types
From OpenSimulator
(Difference between revisions)
												
			 (→LSL Types Status)  | 
			 (→LSL Types Status)  | 
			||
| (2 intermediate revisions by one user not shown) | |||
| Line 47: | Line 47: | ||
|style="background-color:#99CC00" height="13"  valign="bottom" | key  | |style="background-color:#99CC00" height="13"  valign="bottom" | key  | ||
| align="center" valign="bottom" | Yes  | | align="center" valign="bottom" | Yes  | ||
| − | |  valign="bottom" |   | + | |  valign="bottom" | Custom Class  | 
|-    | |-    | ||
| Line 57: | Line 57: | ||
|style="background-color:#99CC00" height="13"  valign="bottom" | list  | |style="background-color:#99CC00" height="13"  valign="bottom" | list  | ||
| align="center" valign="bottom" | Yes  | | align="center" valign="bottom" | Yes  | ||
| − | |  valign="bottom" |   | + | |  valign="bottom" | Custom Class  | 
| + | |}  | ||
Back to [[LSL Status]]  | Back to [[LSL Status]]  | ||
Latest revision as of 21:37, 15 November 2018
[edit] What is the current LSL Type Status?
[edit] Introduction
Table Key
| Ready for Testing | Partially Implemented | Fully Implemented | Tested/Fail | Deprecated | Not supported | 
[edit] LSL Types Status
7 of 7 LSL types are fully implemented:
| Type | Done | Notes | 
| integer | Yes | Converted to C# int | 
| float | Yes | Converted to C# double | 
| vector | Yes | Custom Class <double, double, double> | 
| rotation | Yes | Custom Class <double, double, double, double> | 
| key | Yes | Custom Class | 
| string | Yes | Converted to C# string | 
| list | Yes | Custom Class | 
Back to LSL Status
[edit] See Also
- LSL/OSSL Status Page
 -  LSL
- LSL Types Status Page
 - LSL Events Status Page
 - LSL Functions Status Page
 - Kan-Ed Tests