Difference between revisions of "LlDetectedGrab"

From Second Life Wiki
Jump to navigation Jump to search
Line 12: Line 12:
|examples
|examples
|helpers
|helpers
|also_functions
|also_functions={{LSL DefineRow||[[llPassTouches]]|}}
|also_events={{LSL DefineRow||[[touch_start]]|}}
|also_events={{LSL DefineRow||[[touch_start]]|}}
{{LSL DefineRow||[[touch]]|}}
{{LSL DefineRow||[[touch]]|}}

Revision as of 03:58, 1 March 2007

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 );