ALL SIDES/fr - Second Life Wiki

ALL SIDES/fr

From Second Life Wiki

Jump to: navigation, search

Contents

Description

Constante: integer ALL_SIDES = -1;

La constante ALL_SIDES de type integer a la valeur -1

Exemples

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