llDetectedGrab

From Second Life Wiki
Jump to navigation Jump to search

Summary

Function: vector llDetectedGrab( integer number );

Returns a vector that is the grab offset of the user touching object.

• integer number

number does not support negative indexes. Returns <0.0, 0.0, 0.0> if number is out of range or if the detected event does not support this attribute.

Caveats

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

Examples

See Also

Events

•  touch_start
•  touch
•  touch_end

Functions

•  llPassTouches

Articles

•  Detected

Deep Notes

Search JIRA for related Issues

Signature

function vector llDetectedGrab( integer number );