Get Avatar Group Data

1 June 2016

  • Release 9.81 - renamed from getgroupmemberdata.
getavatargroupdata (Commands)
TypeCorrade progressive command
Commandgetavatargroupdata
DescriptionThe getavatargroupdata command can be used to query information on a group member to be found in the AvatarGroup structure.
Permissionsgroup
Parametersgroup, password, data, firstname, lastname (or agent by UUID)
Last ChangesRelease 9.81 - renamed from getgroupmemberdata.

The getavatargroupdata command can be used to query information on a group member to be found in the AvatarGroup structure.The command is the singular form of the getavatargroupsdata command.

Command Required Parameters Required Corrade Permissions Example
getavatargroupdata group, password, data, firstname, lastname (or agent by UUID) group
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // gets the selected group title
            // and whether the group appears
            // in the profile of the group
            // member named Zedan Salik
            "command", "getavatargroupdata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "firstname", "Zedan",
            "lastname", "Salik",
            "data", wasListToCSV(
                [
                    "GroupTitle",
                    "ListInProfile"
                ]
            ),
            "callback", wasURLEscape(URL)
        ]
    )
);
Optional Parameter Possible Value Description
target A group name or UUID. The group to act upon. If this parameter is omitted, then the command acts upon the configured group passed to the group parameter.

secondlife/scripted_agents/corrade/api/commands/getavatargroupdata.txt ยท Last modified: 2022/11/24 07:45 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.