Collision end

From Second Life Wiki
Revision as of 15:23, 25 March 2008 by Bobbyb30 Zohari (talk | contribs)
Jump to navigation Jump to search

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> //Submitted by Bobbyb30 Zohari on March 25,2008 collision_end(integer total_number) {

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

}</lsl>

See Also

Deep Notes

Signature

event void collision_end( integer num_detected );