Get Avatar Seats

6 September 2023

  • C11 - added.
getavatarsseats (Commands)
TypeCorrade progressive command
Commandgetavatarsseats
DescriptionThe getavatarsseats command will return all avatars and primitive UUIDs representing objects that the avatar is sitting on as a CSV list.
Permissionsinteract
Parametersgroup, password, agents
Last ChangesNone.

The getavatarsseats command will return all avatars and primitive UUIDs representing objects that the avatar is sitting on as a CSV list.

Command Required Parameters Required Corrade Permissions Example
getavatarsseats group, password interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "getavatarsseats",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

The command will return a primitive UUID if successful or will fail with an error otherwise.

Notes