-
LSL Wiki : HomePage
The Second Life scripting wiki, once again online.
-
LSL Wiki : list
Example:
myList = myList + [new_item];
or
myList += [new_item];
This voodoo magic will allow appending new elements in a memory efficient fashion (thanks to BlindWanderer):
myList = (myList=[]) + m...
-
LSL Wiki : GlobalCoordinate
Don't click here unless you want to be banned.
Global Coordinates
Globalcoordinates are used to describe a position relative to one point on the entire Second Lifeworld, hence the word "global". This ...
-
LSL Wiki : Types
TYPE_INVALID
Indicates that this wasn't a valid list entry.
Occurs when passing an index greater than the length of the list or less than the negative length of the list.
This function can be used ...
-
LSL Wiki : llGiveInventoryList
Give the list of named
inventoryitems to the keyed agent (anywhere in the world--see notes below) or object (in the same simulator as the giver)
destination. If the recipient is an agent, the user f...
-
LSL Wiki : llGetPrimitiveParams
// note that it will not show the actual constants, but instead their values
[FALSE, // not phantom
// next the type of prim and the hole shape, as well as the parameters:
// vector cut, float hollow,...