Scripting
LSL Guide
Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.
Constants
19 starting with “T” of 934 — the named values scripts use for flags, permissions and change events.
| Constant | Type | Value |
|---|---|---|
| TARGETED_EMAIL_OBJECT_OWNER | integer | 2 |
| TARGETED_EMAIL_ROOT_CREATOR | integer | 1 |
| TEXTURE_BLANK | string | "5748decc-f629-461c-9a36-a35a221fe21f" |
| TEXTURE_DEFAULT | string | "89556747-24cb-43ed-920b-47caed15465f" |
| TEXTURE_MEDIA | string | "8b5fec65-8d8d-9dc5-cda8-8fdf2716e361" |
| TEXTURE_PLYWOOD | string | "89556747-24cb-43ed-920b-47caed15465f" |
| TEXTURE_TRANSPARENT | string | "8dcd4a48-2d37-4909-9f78-f7a9eb4ef903" |
| TOUCH_INVALID_FACE | integer | -1 |
| TOUCH_INVALID_TEXCOORD | vector | new vector(-1.0, -1.0, 0.0) |
| TOUCH_INVALID_VECTOR | vector | ZERO_VECTOR |
| TRUE | LSLInteger | 1 |
| TWO_PI | float | 6.28318548f |
| TYPE_FLOAT | integer | 2 |
| TYPE_INTEGER | integer | 1 |
| TYPE_INVALID | integer | 0 |
| TYPE_KEY | integer | 4 |
| TYPE_ROTATION | integer | 6 |
| TYPE_STRING | integer | 3 |
| TYPE_VECTOR | integer | 5 |