blob: 45a777e52131a1fbcc697059e1d912206817d279 [file] [log] [blame]
Zesstrad59c3892019-11-28 20:53:39 +01001SYNOPSIS
Zesstra715ec202025-07-09 22:18:31 +02002 void rename_object(object ob, string new_name)
MG Mud User88f12472016-06-24 23:31:02 +02003
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
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 User88f12472016-06-24 23:31:02 +02008
Zesstra715ec202025-07-09 22:18:31 +02009HISTORY
10 Introduced in 3.2@55.
Zesstrad59c3892019-11-28 20:53:39 +010011
Zesstra715ec202025-07-09 22:18:31 +020012SEE ALSO
13 creator(E), object_name(E), load_name(E).