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