llMatchGroup

From Second Life Wiki
Revision as of 12:33, 18 January 2012 by Shadow Siamendes (talk | contribs) (Created page with "{{LSL_Function |inject-2={{Issues/SCR-79}}{{Issues/SVC-2818}}{{Issues/SVC-708}}{{LSL_Function/uuid|id|sim=*}} |func=llMatchGroup |sort=llMatchGroup |func_id |func_sleep0.0 |func_…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: integer llMatchGroup( key group );

This function is a request from several scripters to reach what llDetectedGroup and llSameGroup is not able to provide. It would not cause any security and/or privacy issues due the fact it will return a integer as boolean instead of any information about the group.
Returns an integer that is a boolean representing if group is the same the object's group or avatar's active group.

• key group group UUID of the group that is going to match with avatar's active group

Caveats

Examples

Deep Notes

All Issues

~ Search JIRA for related Issues
   Request for llMatchGroup() function

Signature

//function integer llMatchGroup( key group );