Difference between revisions of "LlDetectedGroup"

From Second Life Wiki
Jump to navigation Jump to search
Line 12: Line 12:
|examples
|examples
|helpers
|helpers
|also_functions
|also_functions=
{{LSL DefineRow||[[llSameGroup]]|}}
|also_events
|also_events
|also_articles={{LSL DefineRow||{{LSLGC|Detected}}|}}
|also_articles={{LSL DefineRow||{{LSLGC|Detected}}|}}

Revision as of 14:48, 2 March 2007

Summary

Function: integer llDetectedGroup( integer number );

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.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llSameGroup

Articles

•  Detected

Deep Notes

Search JIRA for related Issues

Signature

function integer llDetectedGroup( integer number );