ALL SIDES/fr
From Second Life Wiki
Page Principale > ALL SIDES > ALL SIDES/fr
| LSL Portal | Fonctions | Évènements | Types | Operateurs | Constantes | Contrôle d'exécution | Bibliothèque | Tutoriels |
Description
Constante: integer ALL_SIDES = -1;La constante ALL_SIDES de type integer a la valeur -1
Articles connexes
Fonctions
Exemples
default { state_entry() { string texture = llGetInventoryName(INVENTORY_TEXTURE, 0); llSetTexture(texture, ALL_SIDES); } }

