blob: 1f55b0a5af29613dd0343b03f271d5878669c6ce [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra715ec202025-07-09 22:18:31 +02002 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 User88f12472016-06-24 23:31:02 +02006
Zesstra715ec202025-07-09 22:18:31 +02007DESCRIPTION
8 Returns the 'extra' information that was set for the given
9 wizard <wiz> in the wizlist.
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 get from the default wizlist
16 entry.
MG Mud User88f12472016-06-24 23:31:02 +020017
Zesstra715ec202025-07-09 22:18:31 +020018 The function causes a privilege violation.
19
20SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +020021 wizlist_info(E), set_extra_wizinfo(E)