Difference between revisions of "LlDetectedGrab"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 12: Line 12:
|examples
|examples
|helpers
|helpers
|also_header=
===Constants===
{{{!}}
{{LSL DefineRow||[[STATUS_BLOCK_GRAB]]|}}
{{!}}}
|also_functions={{LSL DefineRow||[[llPassTouches]]|}}
|also_functions={{LSL DefineRow||[[llPassTouches]]|}}
{{LSL DefineRow||[[llSetStatus]] - [[STATUS_BLOCK_GRAB]]|Enable / Disable object grabbing}}
|also_events={{LSL DefineRow||[[touch_start]]|}}
|also_events={{LSL DefineRow||[[touch_start]]|}}
{{LSL DefineRow||[[touch]]|}}
{{LSL DefineRow||[[touch]]|}}

Revision as of 11:30, 14 November 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
•  llSetStatus - STATUS_BLOCK_GRAB Enable / Disable object grabbing

Articles

•  Detected
•  Grab

Deep Notes

Search JIRA for related Issues

Signature

function vector llDetectedGrab( integer number );