Difference between revisions of "Land collision"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 28: Line 28:
|deprecated
|deprecated
|issues=
|issues=
{{Issue|SVC-3304|presence of [[collision]] event influences [[land_collision]] event|type=bug}}
{{Issue|SVC-3304|presence of [[collision]]* events influencing [[land_collision]]* events|type=bug}}
|cat1=Collision
|cat1=Collision
|cat2=Ground
|cat2=Ground

Revision as of 08:15, 24 October 2008

Description

! Event: land_collision( vector pos ){ ; }

Triggered when task is colliding with land

• vector pos position of collision with the ground

Examples

<lsl>//Will die on collision with land. default {

    land_collision(vector pos)
    {
         llDie();
    }

}</lsl>

See Also

Functions

•  llGround Gets the ground height

Deep Notes

Issues

All Issues

~ Search JIRA for related Issues
   presence of collision* events influencing land_collision* events

Signature

event void land_collision( vector pos );