ALL SIDES: Difference between revisions
Jump to navigation
Jump to search
Gally Young (talk | contribs) m fixe |
No edit summary |
||
| Line 2: | Line 2: | ||
|name=ALL_SIDES | |name=ALL_SIDES | ||
|type=integer | |type=integer | ||
|value={{HoverText|-1|0x{{LSL Hex/Write|-1}}}} | |value=-1 | ||
|dvalue={{HoverText|-1|0x{{LSL Hex/Write|-1}}}} | |||
|desc= | |desc= | ||
|examples=<lsl> | |examples=<lsl> | ||
Revision as of 15:01, 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>