Difference between revisions of "Template:LSL All Functions/Key"

From Second Life Wiki
Jump to navigation Jump to search
m
m
(One intermediate revision by the same user not shown)
Line 3: Line 3:
{{#vardefine:lsl-new|New - This function was recently added.}}
{{#vardefine:lsl-new|New - This function was recently added.}}
{{#vardefine:lsl-d|Deprecated - This function has been deprecated but still works. It is best to avoid functions marked as deprecated.}}
{{#vardefine:lsl-d|Deprecated - This function has been deprecated but still works. It is best to avoid functions marked as deprecated.}}
{{#vardefine:lsl-i|LSO ID Unknown - The LSO function ID for the function is not known, or it may not have one.}}
{{#vardefine:lsl-r|Removed - This function has not only been deprecated, it has been removed. Do not use functions marked as removed.}}
{{#vardefine:lsl-r|Removed - This function has not only been deprecated, it has been removed. Do not use functions marked as removed.}}
{{#vardefine:lsl-u|Not Implemented - This function has not been implemented. Do not use functions marked as not implemented.}}
{{#vardefine:lsl-u|Not Implemented - This function has not been implemented. Do not use functions marked as not implemented.}}
Line 8: Line 9:
{{#vardefine:lsl-ud|User Defined - This function is created by users and is not official lsl functions.}}
{{#vardefine:lsl-ud|User Defined - This function is created by users and is not official lsl functions.}}
{{#vardefine:lsl-br|Broken - This function is marked as broken and may not work.}}
{{#vardefine:lsl-br|Broken - This function is marked as broken and may not work.}}
{{#vardefine:lsl-rq|Requested- This function has been requested by several users and has not been implemented. Do not use functions marked as requested.}}
{{#vardefine:lsl-rq|Requested - This function has been requested by several users and has not been implemented. Do not use functions marked as requested.}}


}}
}}
Line 18: Line 19:
| align="center" | {{LSL New}} || The function was recently added.
| align="center" | {{LSL New}} || The function was recently added.
|-
|-
| align="center" | {{LSL_I}} || The [[LSL Function ID|function ID]] for the function is not known, or it may not have one.
| align="center" | {{LSL_I}} || The LSO [[LSL Function ID|function ID]] for the function is not known, or it may not have one.
|-
|-
| align="center" | {{LSL_D}} || The function has been deprecated but still works. <br/> It is best to avoid functions marked as deprecated.
| align="center" | {{LSL_D}} || The function has been deprecated but still works. <br/> It is best to avoid functions marked as deprecated.

Revision as of 03:39, 4 January 2014

Key Description
 NEW  The function was recently added.
 I  The LSO function ID for the function is not known, or it may not have one.
 D  The function has been deprecated but still works.
It is best to avoid functions marked as deprecated.
 R  The function has not only been deprecated, it has been removed.
Do not use functions marked as removed.
 U  The function has not been implemented.
Do not use functions marked as not implemented.
 B  This function is marked as broken and may not work.
 G  The function requires god-mode.
Functions marked as such cannot be used.
 RQ  This function has been requested by several users and has not been implemented.
Do not use functions marked as requested.