Create Landmark

21 May 2017

  • Release 9.164 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: createlandmark Description[wiki]: The createlandmark command can be used to create a new landmark at the current location in Corrade's inventory. Permissions[wiki]: inventory Parameters[wiki]: group, password, name Last Changes[wiki]: Release 9.164 - added. </data>

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.