Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame] | 1 | query_real_name() |
2 | ================= | ||||
3 | |||||
4 | SYNOPSIS | ||||
5 | -------- | ||||
6 | :: | ||||
7 | |||||
8 | string query_real_name(void) | ||||
9 | |||||
10 | DESCRIPTION | ||||
11 | ----------- | ||||
12 | :: | ||||
13 | |||||
14 | The result of this_player()->query_real_name() is used as | ||||
15 | default argument for the efun wizlist(). | ||||
16 | |||||
17 | If LOG_SHOUT was #defined in the parser at compile time, the | ||||
18 | efun shout will use query_real_name() to log the shouter's | ||||
19 | name. | ||||
20 | |||||
21 | SEE ALSO | ||||
22 | -------- | ||||
23 | :: | ||||
24 | |||||
25 | shout(E), wizlist(E) | ||||
26 |