ALL SIDES: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m I don't think knowing that -1 is 0xFFFFFFFF is useful or pertinant to this article. |
||
| Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=-1 | |value=-1 | ||
|desc= | |desc= | ||
|examples=<lsl> | |examples=<lsl> | ||
Revision as of 15:03, 12 January 2012
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Caveats
Related Articles
Functions
Examples
<lsl> default {
state_entry()
{
string texture = llGetInventoryName(INVENTORY_TEXTURE, 0);
llSetTexture(texture, ALL_SIDES);
}
}</lsl>