LSL Wiki Mirror 7-7-7 : land_collision

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings ::
land_collision(vector pos)

This event is raised while the object is colliding with the ground. pos contains the position (in region coordinates) where the collision occured.

Compare with land_collision_end and land_collision_start.

If a script with this event exists in the parent prim of a link set, and a child prim collides with the land, the parent prim's land_collision event will be triggered. However, if the child prim has a script (even one without a land_collision event) in it, land collisions will not be passed unless the child prim's script contains llPassCollisions(TRUE).


Events / Collisions
There are 2 comments on this page. [Display comments/form]