Difference between revisions of "Land collision end"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 17: Line 17:
|deprecated
|deprecated
|issues=
|issues=
{{Issue|SVC-3304|presence of [[collision]]* events influencing [[land_collision]]* events|type=bug}}
{{Issue|SVC-3304|presence of {{LSLGC|Collision|collision}}* events influencing {{LSLGC|Land_Collision|land_collision}}* events|type=bug}}
|cat1=Collision
|cat1=Collision
|cat2=Ground
|cat2=Ground
|cat3
|cat3=Land Collision
|cat4
|cat4
|cat5
|cat5
|cat6
|cat6
}}
}}

Revision as of 09:37, 24 October 2008

Description

! Event: land_collision_end( vector pos ){ ; }

Triggered when task stops colliding with land

• vector pos position of last collision with the ground

Examples

See Also

Events

•  land_collision_start transition to starting land collision

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_end( vector pos );