Difference between revisions of "ALL SIDES"

From Second Life Wiki
Jump to navigation Jump to search
(also_functions)
(Undo revision 46785 by JetZep Zabelin (Talk))
Line 14: Line 14:
     }
     }
}</lsl>
}</lsl>
|also_functions=
|functions=
{{LSL DefineRow||[[llGetAlpha]]|}}
{{LSL DefineRow||[[llGetAlpha]]|}}
{{LSL DefineRow||[[llGetColor]]|}}
{{LSL DefineRow||[[llGetColor]]|}}

Revision as of 18:32, 31 December 2007

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