MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
| 2 | mixed get_extra_wizinfo (object wiz) |
| 3 | mixed get_extra_wizinfo (string wiz) |
| 4 | mixed get_extra_wizinfo (int wiz) |
| 5 | |
| 6 | DESCRIPTION |
| 7 | Returns the 'extra' information that was set for the given |
| 8 | wizard <wiz> in the wizlist. |
| 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 get from the default wizlist |
| 14 | entry. |
| 15 | |
| 16 | The function causes a privilege violation. |
| 17 | |
| 18 | SEE ALSO |
| 19 | wizlist_info(E), set_extra_wizinfo(E) |