8 January 2024
verify
parameter.6 October 2016
11 September 2016
<data Commands>
Type: Corrade progressive command
Command[wiki]: renameitem
Description[wiki]: The renameitem
command can be used to rename an inventory item.
Permissions[wiki]: inventory
Parameters[wiki]: group
, password
, item
, name
Last Changes[wiki]: Release 9.133 - The command now can take a path instead of a name.
</data>
The renameitem
command can be used to rename an inventory item.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
renameitem | group , password , item , name | inventory | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "renameitem", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "item", wasURLEscape("/My Inventory/Objects/Carrot"), // or UUID "name", "Pig" ] ) ); |
item
can be the path to an inventory item or the UUID
of an inventory item.
Parameter | Possible Value | Description |
---|---|---|
verify | True or False | The verify parameter must be set to True in case this command is allowed to act upon system folders. |