Get Current Groups Data

21 May 2016

  • Release 9.78 - added.
getcurrentgroupsdata (Commands)
TypeCorrade progressive command
Commandgetcurrentgroupsdata
DescriptionThe getcurrentgroupsdata command allows you to query the current groups that Corrade is part of for data in a libopenmetaverse Group structure.
Permissionsgroup
Parametersgroup, password, data
Last ChangesRelease 9.78 - added.

The getcurrentgroupsdata command allows you to query the current groups that Corrade is part of for data in a libopenmetaverse Group structure.

Command Required Parameters Required Corrade Permissions Example
getcurrentgroupsdata group, password, data group
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // retrieve the group charter
            // for all groups that Corrade
            // is a current member of
            "command", "getcurrentgroupsdata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "data", "Charter",
            "callback", wasURLEscape(URL)
        ]
    )
);

secondlife/scripted_agents/corrade/api/commands/getcurrentgroupsdata.txt ยท Last modified: 2022/11/24 07:46 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.