Difference between revisions of "CHANGED SHAPE"

From Second Life Wiki
Jump to navigation Jump to search
(added details for CHANGED_SHAPE)
m (Correct English)
Line 12: Line 12:
         if (change & CHANGED_SHAPE) //note that it's & and not &&... it's bitwise!
         if (change & CHANGED_SHAPE) //note that it's & and not &&... it's bitwise!
         {
         {
             llOwnerSay("The prims shape has changed.");
             llOwnerSay("The prim's shape has changed.");
         }
         }
     }
     }

Revision as of 13:34, 22 May 2008