LSL Status/Types
From OpenSimulator
(Difference between revisions)
Cow Taurog (Talk | contribs) m (LSL Status/types moved to LSL Status/Types) |
|||
| Line 65: | Line 65: | ||
Back to [[LSL Status]] | Back to [[LSL Status]] | ||
| + | [[Category:Users]] | ||
Revision as of 02:04, 22 February 2008
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 | Partial function. |
Back to LSL Status