Get Temporary Attachments

15 August 2021

  • C11 - added.
gettemproaryattachments (Commands)
TypeCorrade progressive command
Commandgettemporaryattachments
DescriptionThe gettemporaryattachments command will return a list of attachment points by object UUID of the worn temporary objects such as objects attached via the LSL function llAttachToAvatarTemp.
Permissionsgrooming
Parametersgroup, password
Last ChangesC11 - added.

The gettemporaryattachments command will return a list of attachment points by object UUID of the worn temporary objects such as objects attached via the LSL function llAttachToAvatarTemp.

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

The command returns a CSV list of attachment points, by object UUID of all worn temporary objects.

Notes

  • Temporary attachments do not exist in the inventory store such that only the attachment point name and the object UUID is returned by this command.

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