blob: dbc565184d04d6a1952f9feda9c27d61897421d0 [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001query_real_name()
2=================
3
4SYNOPSIS
5--------
6::
7
8 string query_real_name(void)
9
10DESCRIPTION
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
21SEE ALSO
22--------
23::
24
25 shout(E), wizlist(E)
26