LSL Status/Types
From OpenSimulator
(Difference between revisions)
m (→Added Template Key Table) |
Revolution (Talk | contribs) m (→LSL Types Status) |
||
Line 17: | Line 17: | ||
== LSL Types Status == | == LSL Types Status == | ||
− | + | 7 of 7 LSL types are fully implemented: | |
Line 58: | Line 58: | ||
|- | |- | ||
− | |style="background-color:# | + | |style="background-color:#99CC00" height="13" valign="bottom" | list |
− | | align="center" valign="bottom" | | + | | align="center" valign="bottom" | Yes |
− | | valign="bottom" | | + | | valign="bottom" | Converted to C# List |
|} | |} | ||
Revision as of 22:14, 28 January 2010
Technical Reference -> Terms -> LSL Status -> LSL Type Status Page
What is the current LSL Type Status?
Introduction
Table Key
Ready for Testing | Partially Implemented | Fully Implemented | Tested/Fail | Deprecated | Not supported |
LSL Types Status
7 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 | Yes | Converted to C# List |
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