LSL Status/Types
From OpenSimulator
(Difference between revisions)
m (Added "turtle tracks" navigation to page, also added "Introduction" heading to top of page. Added and updated links.) |
|||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:Quicklinks}} | {{Template:Quicklinks}} | ||
| + | |||
| + | [[Technical Reference | Technical Reference]] -> [[Technical Reference/terms | Terms]] -> [[LSL Status | LSL Status]] -> [[LSL Status/Types | LSL Type Status Page]] | ||
| + | |||
| + | =What is the current LSL Type Status?= | ||
| + | |||
| + | ==Introduction== | ||
| + | |||
<br /> | <br /> | ||
Revision as of 09:42, 21 May 2009
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