Difference between revisions of "Land collision"

From Second Life Wiki
Jump to navigation Jump to search
(put article in category "collision", instead of "land collision", since Collision events & functions were pointed to from article.)
Line 10: Line 10:
|spec
|spec
|caveats
|caveats
|examples
|examples=<lsl>//Will die on collision with land.
default
{
    land_collision(vector pos)
    {
          llDie();
    }
}</lsl>
|helpers
|helpers
|also_header=*{{LSLGC|Collision|Collision events & functions}}
|also_header=*{{LSLGC|Collision|Collision events & functions}}

Revision as of 12:46, 12 July 2008