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