Difference between revisions of "LlDetectedGrab"

From Second Life Wiki
Jump to navigation Jump to search
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]]|}}
|also_events={{LSL DefineRow||[[touch_start]]|}}
|also_events={{LSL DefineRow||[[touch_start]]|}}
Line 17: Line 22:
{{LSL DefineRow||[[touch_end]]|}}
{{LSL DefineRow||[[touch_end]]|}}
|also_articles={{LSL DefineRow||{{LSLGC|Detected}}|}}
|also_articles={{LSL DefineRow||{{LSLGC|Detected}}|}}
{{LSL DefineRow||[[Grab]]|}}
|notes
|notes
|cat1
|cat1

Revision as of 11:25, 14 November 2007

Summary

Function: vector llDetectedGrab( integer number );
0.0 Forced Delay
10.0 Energy

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.

Examples

See Also

Constants

•  STATUS_BLOCK_GRAB

Events

•  touch_start
•  touch
•  touch_end

Functions

•  llPassTouches

Articles

•  Detected
•  Grab

Deep Notes

Signature

function vector llDetectedGrab( integer number );