ALL SIDES

From Second Life Wiki
Revision as of 18:32, 31 December 2007 by JetZep Zabelin (talk | contribs) (Undo revision 46785 by JetZep Zabelin (Talk))
Jump to navigation Jump to search

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>;