llDetectedGrab

From Second Life Wiki
Revision as of 11:30, 14 November 2007 by Strife Onizuka (talk | contribs)
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
•  llSetStatus - STATUS_BLOCK_GRAB Enable / Disable object grabbing

Articles

•  Detected
•  Grab

Deep Notes

Search JIRA for related Issues

Signature

function vector llDetectedGrab( integer number );