ALL SIDES/fr

From Second Life Wiki
< ALL SIDES
Revision as of 13:35, 29 January 2008 by Gally Young (talk | contribs) (fixe)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Constante: integer ALL_SIDES = -1;

La constante ALL_SIDES de type integer a la valeur -1

Exemples

<lsl> default {

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

}</lsl>