MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | SYNOPSIS |
Zesstra | 5481d49 | 2021-04-08 20:07:06 +0200 | [diff] [blame] | 2 | 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 User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 6 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 7 | DESCRIPTION |
| 8 | Set the value <extra> as the 'extra' information for the wizlist |
| 9 | entry of <wiz>. |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 10 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 11 | 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 User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 18 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 19 | The <extra> argument may be any value. |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 20 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 21 | The function causes a privilege violation. |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 22 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 23 | SEE ALSO |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 24 | get_extra_wizinfo(E), set_extra_wizinfo_size(E), wizlist_info(E) |