Get Pending Inventory Offers

getinventoryoffers (Commands)
TypeCorrade progressive command
Commandgetinventoryoffers
DescriptionThe getinventoryoffers command lists all pending inventory offers.
Permissionsinventory
Parametersgroup, password
Last Changesnone

The getinventoryoffers command lists all pending inventory offers as as CSV list of sequential elements of:

  • the agent name offering the item
  • the type of item that the avatar is offering
  • the message (usually, the item name)
  • the session UUID (which can be used with the replytoinventoryoffer command to accept or decline the offered item).
Command Required Parameters Required Corrade Permissions Example
getinventoryoffers group, password inventory
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // get the current inventory offers
            "command", "getinventoryoffers",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

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