ALL SIDES

From Second Life Wiki
Revision as of 15:03, 12 January 2012 by Strife Onizuka (talk | contribs) (I don't think knowing that -1 is 0xFFFFFFFF is useful or pertinant to this article.)
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 = -1;