blob: 401e446ce43dcc809f15ebb387ef28b1a80bcc1c [file] [log] [blame]
Zesstra7ea4a032019-11-26 20:11:40 +01001SYNOPSIS
2 string printf_obj_name(object ob)
3
4DESCRIPTION
5 Return a printable name for an object. This function is called
6 by sprintf() to print a meaningful name in addition to the
7 normal object_name().
8
9HISTORY
10 Renamed in LDMud 3.2.6 from object_name() due to the introduction
11 of an efun with this name.
12
13SEE ALSO
14 sprintf(E), object_name(E)