ALL SIDES

From Second Life Wiki
Revision as of 13:36, 29 January 2008 by Gally Young (talk | contribs) (fixe)
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>;