Difference between revisions of "ALL SIDES"

From Second Life Wiki
Jump to navigation Jump to search
(Undo revision 46785 by JetZep Zabelin (Talk))
m (fixe)
Line 1: Line 1:
{{Multi-lang}}
{{LSL Constant
{{LSL Constant
|name=ALL_SIDES
|name=ALL_SIDES

Revision as of 13:36, 29 January 2008

Description

Constant: integer ALL_SIDES = -1;

The integer constant ALL_SIDES has the value -1

Examples

<lsl> default {

   state_entry()
   {
       string texture = llGetInventoryName(INVENTORY_TEXTURE, 0);
       llSetTexture(texture, ALL_SIDES);
   }

}</lsl>

Deep Notes

Search JIRA for related Issues

Signature

integer ALL_SIDES = <span title="0xFFFFFFFF" style="border-bottom:1px dotted; cursor:help;">-1</span>;