LSL Status/Types
From OpenSimulator
(Difference between revisions)
												
			m  | 
			|||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
'''Table Key'''  | '''Table Key'''  | ||
{| class="wikitable sortable" border="1" cellpadding="5" cellspacing="0"    | {| class="wikitable sortable" border="1" cellpadding="5" cellspacing="0"    | ||
| Line 21: | Line 18: | ||
== LSL Types Status ==  | == LSL Types Status ==  | ||
| + | |||
| + | 6 of 7 LSL types are fully implemented:  | ||
| + | |||
| + | |||
{| class="wikitable sortable" border="1" cellpadding="5" cellspacing="0"    | {| class="wikitable sortable" border="1" cellpadding="5" cellspacing="0"    | ||
Revision as of 08:42, 31 October 2008
Table Key
| Not Implemented | 
| Partially Implemented | 
| Fully Implemented | 
| Depreciated | 
LSL Types Status
6 of 7 LSL types are fully implemented:
| Type | Done | Notes | 
| integer | Yes | Converted to C# int | 
| float | Yes | Converted to C# decimal | 
| vector | Yes | Custom Class <dec, dec, dec> | 
| rotation | Yes | Custom Class <dec, dec, dec, dec> | 
| key | Yes | Converted to C# string | 
| string | Yes | Converted to C# string | 
| list | No | Partial function. | 
Back to LSL Status