blob: b94dd9b6e781cb56584bacc3d4b0af4d67197a9d [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra5481d492021-04-08 20:07:06 +02002 void set_extra_wizinfo(object wiz, mixed extra)
3 void set_extra_wizinfo(lwobject wiz, mixed extra)
4 void set_extra_wizinfo(string wiz, mixed extra)
5 void set_extra_wizinfo(int wiz, mixed extra)
MG Mud User88f12472016-06-24 23:31:02 +02006
Zesstra715ec202025-07-09 22:18:31 +02007DESCRIPTION
8 Set the value <extra> as the 'extra' information for the wizlist
9 entry of <wiz>.
MG Mud User88f12472016-06-24 23:31:02 +020010
Zesstra715ec202025-07-09 22:18:31 +020011 If <wiz> is a regular or lightweight object, the entry of its
12 creator (uid) is used.
13 If <wiz> is a string (a creator aka uid), it names the entry
14 to use.
15 If <wiz> is the number 0, the data is set in the default wizlist
16 entry. It can be used to store data for the lifetime of this
17 driver run, like the time of the last reboot.
MG Mud User88f12472016-06-24 23:31:02 +020018
Zesstra715ec202025-07-09 22:18:31 +020019 The <extra> argument may be any value.
MG Mud User88f12472016-06-24 23:31:02 +020020
Zesstra715ec202025-07-09 22:18:31 +020021 The function causes a privilege violation.
MG Mud User88f12472016-06-24 23:31:02 +020022
Zesstra715ec202025-07-09 22:18:31 +020023SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +020024 get_extra_wizinfo(E), set_extra_wizinfo_size(E), wizlist_info(E)