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

From Second Life Wiki
Jump to navigation Jump to search
m
(Undo revision 1118802 by Strife Onizuka (Talk) new & unknown should not be combined)
Line 16: Line 16:
|| {{LSL New}} || The function was recently added.
|| {{LSL New}} || The function was recently added.
|-
|-
|| {{LSL_I}} || The function was recently added but the [[LSL Function ID|function ID]] is not known, or it may not have one.
|| {{LSL_I}} || The [[LSL Function ID|function ID]] for the function is not known, or it may not have one.
|-
|-
|| {{LSL_D}} || The function has been deprecated but still works. <br/> It is best to avoid functions marked as deprecated.
|| {{LSL_D}} || The function has been deprecated but still works. <br/> It is best to avoid functions marked as deprecated.

Revision as of 10:18, 2 December 2010

Key Description
 NEW  The function was recently added.
 I  The 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.
 G  The function requires god-mode.
Functions marked as such cannot be used.