Difference between revisions of "Land collision end"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
{{LSL_Event
{{Issues/SVC-3304}}{{LSL_Event
|event_id=10|event_delay|event=land_collision_end
|event_id=10|event_delay|event=land_collision_end
|p1_type=vector|p1_name=pos|p1_desc=position of last collision with the ground
|p1_type=vector|p1_name=pos|p1_desc=position of last collision with the ground
Line 8: Line 8:
|examples
|examples
|helpers
|helpers
|also_header=*{{LSLGC|Collision|Collision events & functions}}
|also_header=
|also_events={{LSL DefineRow||[[land_collision_start]]|transition to starting land collision}}
*{{LSLGC|Collision|Collision events & functions}}
|also_functions={{LSL DefineRow||[[llGround]]|Gets the ground height}}
|also_events=
{{LSL DefineRow||[[land_collision_start]]|transition to starting land collision}}
{{LSL DefineRow||[[land_collision]]|}}
|also_functions=
{{LSL DefineRow||[[llGround]]|Gets the ground height}}
|also_articles
|also_articles
|also_footer
|also_footer
Line 16: Line 20:
|mode
|mode
|deprecated
|deprecated
|issues=
|issues
{{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

Revision as of 11:05, 25 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
•  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 );