LSL Status/Types
From OpenSimulator
(Difference between revisions)
												
			 (New page: '''LSL Types''' Currently 6 of the 7 LSL types are fully implemented:  '''Table Key''' {| class="wikitable" <hiddentext>generated with [[:de:Wikipedia:Helferlein/VBA-Macro for EXCEL tablec...)  | 
			|||
| Line 3: | Line 3: | ||
'''Table Key'''  | '''Table Key'''  | ||
| − | {| class="wikitable"   | + | {| class="wikitable sortable" border="1" cellpadding="5" cellspacing="0"    | 
|-   valign="bottom"  | |-   valign="bottom"  | ||
| width="130" height="13" | Not Implemented  | | width="130" height="13" | Not Implemented  | ||
| Line 18: | Line 18: | ||
|}  | |}  | ||
| + | |||
| + | |||
| + | == LSL Types Status ==  | ||
{| class="wikitable sortable" border="1" cellpadding="5" cellspacing="0"    | {| class="wikitable sortable" border="1" cellpadding="5" cellspacing="0"    | ||
Revision as of 21:55, 16 December 2007
LSL Types Currently 6 of the 7 LSL types are fully implemented:
Table Key
| Not Implemented | 
| Partially Implemented | 
| Fully Implemented | 
| Depreciated | 
LSL Types Status
| 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 | Not working. |