blob: c356fba30846846847048acedfcb3e4454c87327 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 mixed get_extra_wizinfo (object wiz)
3 mixed get_extra_wizinfo (string wiz)
4 mixed get_extra_wizinfo (int wiz)
5
6DESCRIPTION
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
18SEE ALSO
19 wizlist_info(E), set_extra_wizinfo(E)