Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

[BUG-6726] [Experience Tools] llGetExperienceDetails() doesn't include group_id in return list #14548

Open
sl-service-account opened this issue Jul 17, 2014 · 1 comment

Comments

@sl-service-account
Copy link

Steps to Reproduce

default
{
    state_entry()
    {
        llOwnerSay (llDumpList2String (llGetExperienceDetails(NULL_KEY), ", "));
    }
}

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
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.",
}
@sl-service-account
Copy link
Author

Caleb Linden commented at 2014-07-17T19:49:16Z

Sending this issue to the internal team to confirm the documentation.
Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant