LSL Status/Types

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (See Also: Minor edit: Updated links under the "See Also" heading, please ignore!)
m (Added Template Key Table)
Line 11: Line 11:
  
 
'''Table Key'''
 
'''Table Key'''
{| class="wikitable sortable" border="1" cellpadding="5" cellspacing="0"
 
|-  valign="bottom"
 
| width="130" height="13" | Not Implemented
 
 
|- style="background-color:#FFFF99"  valign="bottom"
 
| height="13" | Partially Implemented
 
 
|- style="background-color:#99CC00"  valign="bottom"
 
| height="13" | Fully Implemented
 
 
|- style="background-color:#C0C0C0"  valign="bottom"
 
| height="13" | Depreciated
 
 
|}
 
  
 +
{{LSL Key Table}}
  
  
Line 34: Line 21:
  
  
{| class="wikitable sortable" border="1" cellpadding="5" cellspacing="0"  
+
{| class="wikitable sortable" border="1" cellpadding="5" cellspacing="0" align="center"
 
|- style="background-color:#99CCFF;font-weight:bold" align="center" valign="bottom"
 
|- style="background-color:#99CCFF;font-weight:bold" align="center" valign="bottom"
| width="62" height="14" | Type
+
| width="25%" | Type
| width="62" | Done
+
| width="25%" | Done
| width="230" | Notes
+
| width="50%" | Notes
  
 
|-  
 
|-  

Revision as of 08:39, 4 August 2009

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

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

Personal tools
General
About This Wiki