MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
| 2 | void set_extra_wizinfo (object wiz, mixed extra) |
| 3 | void set_extra_wizinfo (string wiz, mixed extra) |
| 4 | void set_extra_wizinfo (int wiz, mixed extra) |
| 5 | |
| 6 | DESCRIPTION |
| 7 | Set the value <extra> as the 'extra' information for the wizlist |
| 8 | entry of <wiz>. |
| 9 | |
| 10 | If <wiz> is an object, the entry of its creator (uid) is used. |
| 11 | If <wiz> is a string (a creator aka uid), it names the entry |
| 12 | to use. |
| 13 | If <wiz> is the number 0, the data is set in the default wizlist |
| 14 | entry. It can be used to store data for the lifetime of this |
| 15 | driver run, like the time of the last reboot. |
| 16 | |
| 17 | The <extra> argument may be any value. |
| 18 | |
| 19 | The function causes a privilege violation. |
| 20 | |
| 21 | SEE ALSO |
| 22 | get_extra_wizinfo(E), set_extra_wizinfo_size(E), wizlist_info(E) |