llDetectedLinkNumber

From Second Life Wiki
Jump to navigation Jump to search

Summary

Function: integer llDetectedLinkNumber( integer number );

Returns an integer that is the link number of the triggered event. If not supported by the event, returns zero.

• integer number

number does not support negative indexes. For touch and collision categories of events only.

Caveats

  • If number is out of bounds the script continues to execute without an error message.
  • Will not work reliably with llVolumeDetect.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  touch_start
•  touch
•  touch_end
•  collision_start
•  collision
•  collision_end

Articles

•  Detected

Deep Notes

Search JIRA for related Issues

Signature

function integer llDetectedLinkNumber( integer number );