You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
The value returned by llGetExperienceDetails() doesn't include (key group_id). (Doesn't appear to matter whether or not the Experience is actually associated with a collaborative group.)
The wiki doc for this function also says that the return list contains only five components, but then lists six, so maybe the group_id isn't really intended to be returned – but I can see occasions where it would be useful.
Original Jira Fields
Field
Value
Issue
BUG-6726
Summary
[Experience Tools] llGetExperienceDetails() doesn't include group_id in return list
Type
Bug
Priority
Unset
Status
Accepted
Resolution
Accepted
Reporter
Qie Niangao (qie.niangao)
Assignee
Dolphin Linden (dolphin.linden)
Created at
2014-07-17T11:00:28Z
Updated at
2014-07-17T20:22:20Z
{
'Business Unit': ['Platform'],
'Date of First Response': '2014-07-17T14:49:16.437-0500',
"Is there anything you'd like to add?": "The wiki doc for this function also says that the return list contains only five components, but then lists six, so maybe the group_id isn't really intended to be returned -- but I can see occasions where it would be useful.",
'System': 'SL Simulator',
'Target Viewer Version': 'viewer-development',
'What just happened?': "The value returned by llGetExperienceDetails() doesn't include (key group_id). (Doesn't appear to matter whether or not the Experience is actually associated with a collaborative group.)",
'What were you doing when it happened?': 'default\r\n{\r\n state_entry()\r\n {\r\n llOwnerSay (llDumpList2String (llGetExperienceDetails(NULL_KEY), ", "));\r\n }\r\n}\r\n',
'What were you expecting to happen instead?': "Per http://wiki.secondlife.com/wiki/LlGetExperienceDetails the function's return value should include group_id between owner_id and experience_id.",
}
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Actual Behavior
The value returned by llGetExperienceDetails() doesn't include (key group_id). (Doesn't appear to matter whether or not the Experience is actually associated with a collaborative group.)
Expected Behavior
Per http://wiki.secondlife.com/wiki/LlGetExperienceDetails the function's return value should include group_id between owner_id and experience_id.
Other information
The wiki doc for this function also says that the return list contains only five components, but then lists six, so maybe the group_id isn't really intended to be returned – but I can see occasions where it would be useful.
Original Jira Fields
The text was updated successfully, but these errors were encountered: