Difference between revisions of "ALL SIDES/fr"
Jump to navigation
Jump to search
m (Localized to French) |
Gally Young (talk | contribs) m (fixe) |
||
Line 1: | Line 1: | ||
{{LSL Constant/fr | {{LSL Constant/fr | ||
|name=ALL_SIDES | |name=ALL_SIDES |
Latest revision as of 12:35, 29 January 2008
LSL Portail Francophone | LSL Portail Anglophone | 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
<lsl> default {
state_entry() { string texture = llGetInventoryName(INVENTORY_TEXTURE, 0); llSetTexture(texture, ALL_SIDES); }
}</lsl>