ll.SameGroup(ID: uuid) : number
Returns TRUE if avatar ID is in the same region and has the same active group, otherwise FALSE. Returns TRUE if the object or agent identified is in the same simulator and has the same active group as this object. Otherwise, returns FALSE.
ll.SameGroup(uuid(<key>))
{
"def": "func",
"desc": "Returns TRUE if avatar ID is in the same region and has the same active group, otherwise FALSE.\nReturns TRUE if the object or agent identified is in the same simulator and has the same active group as this object. Otherwise, returns FALSE.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlSameGroup",
"name": "SameGroup",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "ID",
"desc": "",
"type": [
"uuid",
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}