LSL Status/Types
From OpenSimulator
Revision as of 13:36, 22 May 2009 by Mark.malewski  (Talk | contribs)
Technical Reference -> Terms -> LSL Status -> LSL Type Status Page
What is the current LSL Type Status?
Introduction
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
See Also
- Main Status Page
 - LSL Status Page
 - LSL Types Status Page
 - LSL Events Status Page
 - LSL Functions Status Page
 - LSL Functions Status Summary
 - OSSL Status Page
 - OSSL Types Status Page
 - OSSL Events Status Page
 - OSSL Functions Status Page
 - OSSL Functions Status Summary
 - OSSL Implemented Functions
 - Technical Reference Page