Get Friends List

<data Commands> Type: Corrade progressive command Command[wiki]: getfriendslist Description[wiki]: The getfriendslist command returns a CSV list of avatar names and avatar UUIDs that are the current bot's friends. Permissions[wiki]: friendship Parameters[wiki]: group, password Last Changes[wiki]: none </data>

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: by 127.0.0.1

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

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.