Get Pending Teleport Lures

21 December 2014

  • Release 7.34 - added.
getteleportlures (Commands)
TypeCorrade progressive command
Commandgetteleportlures
DescriptionThe getteleportlures command shows a CSV list of all pending teleport lures.
Permissionsmovement
Parametersgroup, password
Last ChangesRelease 7.34 - added.

The getteleportlures command shows a CSV list of all pending teleport lures.

Command Required Parameters Required Corrade Permissions Example
getteleportlures group, password movement
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // Show all pending teleport lures.
            "command", "getteleportlures",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

The CSV list of pending teleport lures contains, in order:

  1. the first name of the agent sending the teleport lure.
  2. the last name of the agent sending the teleport lure.
  3. the agent UUID of the agent sending the teleport lure.
  4. the session UUID of the teleport lure.

Some of the returned parameters in the CSV list are the ones needed by the replytoteleportlure command in order to accept or decline a teleport lure.


secondlife/scripted_agents/corrade/api/commands/getteleportlures.txt ยท Last modified: 2022/12/07 06:33 by office

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.