Zesstra | d59c389 | 2019-11-28 20:53:39 +0100 | [diff] [blame] | 1 | SYNOPSIS |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 2 | void rename_object(object ob, string new_name) |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 3 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 4 | DESCRIPTION |
| 5 | Give the object <ob> a new object name <new_name>. Causes a privilege |
| 6 | violation. The new name must not contain a # character, except |
| 7 | at the end, to avoid confusion with clone numbers. |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 8 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 9 | HISTORY |
| 10 | Introduced in 3.2@55. |
Zesstra | d59c389 | 2019-11-28 20:53:39 +0100 | [diff] [blame] | 11 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 12 | SEE ALSO |
| 13 | creator(E), object_name(E), load_name(E). |