llDetectedGroup

From Second Life Wiki
Revision as of 11:56, 28 February 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

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

Returns an integer that is a boolean representing if the detected object or avatar is in the same group that the prim containing the script is set to.

• integer number

number does not support negative indexes. Returns FALSE 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

Articles

•  Detected

Deep Notes

Signature

function integer llDetectedGroup( integer number );