Get Friends List

getfriendslist (Commands)
TypeCorrade progressive command
Commandgetfriendslist
DescriptionThe getfriendslist command returns a CSV list of avatar names and avatar UUIDs that are the current bot's friends.
Permissionsfriendship
Parametersgroup, password
Last Changesnone

The getfriendslist command returns a CSV list of avatar names and avatar UUIDs that are the current bot's friends.

Command Required Parameters Required Corrade Permissions Example
getfriendslist group, password friendship
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // get the avatar clusters
            // in the current region
            "command", "getfriendslist",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

Notes

  • The friendship notification can act as an asynchronous replacement for the getfriendslist command.

secondlife/scripted_agents/corrade/api/commands/getfriendslist.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.