ALL SIDES

From Second Life Wiki
Revision as of 16:38, 28 October 2023 by Frionil Fang (talk | contribs) (missing desc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Constant: integer ALL_SIDES = -1;

The integer constant ALL_SIDES has the value -1

Selects all sides of an object in an applicable function.

Examples

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

Deep Notes

Search JIRA for related Issues

Signature

integer ALL_SIDES = -1;