From Second Life Wiki
Template:Needs Translation/LSL/de
Template:Needs Translation/LSL/es
Template:Needs Translation/LSL/el
Template:Needs Translation/LSL/he
Template:Needs Translation/LSL/it
Template:Needs Translation/LSL/ko
Template:Needs Translation/LSL/nl
Template:Needs Translation/LSL/hu
Template:Needs Translation/LSL/no
Template:Needs Translation/LSL/da
Template:Needs Translation/LSL/sv
Template:Needs Translation/LSL/tr
Template:Needs Translation/LSL/pl
Template:Needs Translation/LSL/pt
Template:Needs Translation/LSL/ru
Template:Needs Translation/LSL/uk
Template:Needs Translation/LSL/zh-Hans
Template:Needs Translation/LSL/zh-Hant
/LSL
DetectedLinkNumber
llDetectedLinkNumber
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
| –
| Index of detection information
|
|
number does not support negative indexes.
For touch and collision categories of events only.
Caveats
- llDetectedLinkNumber will return 0 in collision events of VolumeDetect objects (SVC-2996).
- If number is out of bounds the script continues to execute without an error message.
- Events that enable the llDetected* functions always return at least one detected item.
- Detection events are not raised if there is nothing detected (with the slight exception of no_sensor but it doesn't enable llDetected* functions).
- The event detection count parameter value is initially never less than 1.
Search JIRA for related Bugs
See Also
Events
Functions
Articles