MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | query_real_name() |
2 | |||||
3 | SYNOPSIS: | ||||
4 | string query_real_name(void) | ||||
5 | |||||
6 | DESCRIPTION: | ||||
7 | The result of this_player()->query_real_name() is used as | ||||
8 | default argument for the efun wizlist(). | ||||
9 | |||||
10 | If LOG_SHOUT was #defined in the parser at compile time, the | ||||
11 | efun shout will use query_real_name() to log the shouter's | ||||
12 | name. | ||||
13 | |||||
14 | SEE ALSO: | ||||
15 | shout(E), wizlist(E) |