Create Landmark

21 May 2017

  • Release 9.164 - added.
createlandmark (Commands)
TypeCorrade progressive command
Commandcreatelandmark
DescriptionThe createlandmark command can be used to create a new landmark at the current location in Corrade's inventory.
Permissionsinventory
Parametersgroup, password, name
Last ChangesRelease 9.164 - added.

The createlandmark command can be used to create a new landmark at the current location in Corrade's inventory.

Command Required Parameters Required Corrade Permissions Example
createlandmark group, password, name inventory
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // create a landmark at the
            // current location
            "command", "createlandmark",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "name", "My Space"
        ]
    )
);

The command will return the inventory UUID and the asset UUID of the created landmark if successful.


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