ALL SIDES/de

From Second Life Wiki
< ALL SIDES
Revision as of 17:01, 6 August 2008 by Kuraiko Yoshikawa (talk | contribs) (translation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Beschreibung

Konstante: integer ALL_SIDES = -1;

Die integer Konstante ALL_SIDES hat den Wert -1

Beispiele

<lsl> default {

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

}</lsl>

Deep Notes

Nach JIRA-Issues suchen, die sich hierauf beziehen

Signature

integer ALL_SIDES = <span title="0xFFFFFFFF" style="border-bottom:1px dotted; cursor:help;">-1</span>;