ALL SIDES

From Second Life Wiki

Jump to: navigation, search

integer ALL_SIDES = -1;

The integer constant ALL_SIDES has the value -1

Examples

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