Difference between revisions of "Category:LSL Functions"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
{{Multi-lang}}
{{Multi-lang}}
{{LSL Header}}
{{LSL Header}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}


This category contains built-in LSL functions.
This category contains built-in LSL functions.
{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}
 
== Mutability ==
All types in LSL are immutable (they can't be mutated by side effect), variables can only be changed by being overwritten.
*Build 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.

Revision as of 19:26, 14 July 2008

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.

  • Build 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.

Pages in category "LSL Functions"

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

(previous page) (next page)

G

(previous page) (next page)