LSL Status/Types
From OpenSimulator
(Difference between revisions)
												
			m (Robot: Cosmetic changes)  | 
			 (→LSL Types Status)  | 
			||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 19: | Line 19: | ||
| − | {|   | + | {| cellspacing="0" cellpadding="5" border="1" align="center" style="width: 100%;" class="sortable"  | 
| − | |- style="background-color:#  | + | |- style="background-color:#57C604;font-size:10pt;font-weight:bold;border-bottom:1px solid;" align="center" valign="bottom"  | 
| width="25%" | Type  | | width="25%" | Type  | ||
| width="25%" | Done  | | width="25%" | Done  | ||
| Line 33: | Line 33: | ||
|style="background-color:#99CC00" height="13"  valign="bottom" | float  | |style="background-color:#99CC00" height="13"  valign="bottom" | float  | ||
| align="center" valign="bottom" | Yes  | | align="center" valign="bottom" | Yes  | ||
| − | |  valign="bottom" | Converted to C#   | + | |  valign="bottom" | Converted to C# double  | 
| − | + | ||
|-    | |-    | ||
|style="background-color:#99CC00" height="13"  valign="bottom" | vector  | |style="background-color:#99CC00" height="13"  valign="bottom" | vector  | ||
| align="center" valign="bottom" | Yes  | | align="center" valign="bottom" | Yes  | ||
| − | |  valign="bottom" | Custom Class <  | + | |  valign="bottom" | Custom Class <double, double, double>  | 
|-    | |-    | ||
|style="background-color:#99CC00" height="13"  valign="bottom" | rotation  | |style="background-color:#99CC00" height="13"  valign="bottom" | rotation  | ||
| align="center" valign="bottom" | Yes  | | align="center" valign="bottom" | Yes  | ||
| − | |  valign="bottom" | Custom Class <  | + | |  valign="bottom" | Custom Class <double, double, double, double>  | 
|-    | |-    | ||
|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 58: | 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  | 
|}  | |}  | ||
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