Difference between revisions of "Collision end"

From Second Life Wiki
Jump to navigation Jump to search
m (It has to be something novel to warrant citation, edit history takes care of it.)
m
Line 21: Line 21:
|also_footer
|also_footer
|notes
|notes
|mode
|issues=
|deprecated
{{Issue|SVC-3306|{{LSLGC|Collision}}s passed to parent REGARDLESS [[llPassCollisions]]([[FALSE]]) in child|type=bug}}
|cat1=Collision
|cat1=Collision
|cat2=Detected
|cat2=Detected
|cat3
|cat3
|cat4}}
|cat4}}

Revision as of 10:35, 25 October 2008

Description

! Event: collision_end( integer num_detected ){ ; }

Triggered when task stops colliding with another task

• integer num_detected

Caveats

  • This event does not always trigger reliably.
All Issues ~ Search JIRA for related Bugs

Examples

<lsl>collision_end(integer total_number) {

   llOwnerSay("The collison I've had with " + llDetectedName(0) + "has ended.");

}</lsl>

See Also

Deep Notes

Issues

All Issues

~ Search JIRA for related Issues
   Collisions passed to parent REGARDLESS llPassCollisions(FALSE) in child

Signature

event void collision_end( integer num_detected );