Category:LSL Functions/zh-Hant

From Second Life Wiki

首頁 > > Category: LSL Functions/zh-Hant
Jump to: navigation, search

Image:Emblem-important.svg Important! Page is missing translations

This page needs a translation to traditional Chinese. Please have a look at the related discussion page in case you'd like to help.

This category contains built-in LSL functions.

Mutability

All types in LSL are immutable (they can't be mutated by side effect), variables can only be changed by being overwritten. There is no way to indirectly modify a variable's value; the only way is through direct interaction with a storing operator (=, +=, -=, *=, /=, %=, ++, --).

  • Built-in functions will never modify the variables used as parameters.
  • User functions that change the values of parameters inside the function scope will not have those changes applied to the variables that supplied those parameters. [1]

Functions

Key Description
 NEW  The function was recently added.
 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.

Footnotes

  1. ^ Function parameters are effectively passed by value, not by reference. When pass by reference is used in LSO-LSL, the reference points to a copy of the value, not to the original.

Pages in category "LSL Functions/zh-Hant"

The following 4 pages are in this category, out of 4 total.

G

R

S

Personal tools