Zesstra | 7ea4a03 | 2019-11-26 20:11:40 +0100 | [diff] [blame^] | 1 | SYNOPSIS |
2 | string printf_obj_name(object ob) | ||||
3 | |||||
4 | DESCRIPTION | ||||
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 | |||||
9 | HISTORY | ||||
10 | Renamed in LDMud 3.2.6 from object_name() due to the introduction | ||||
11 | of an efun with this name. | ||||
12 | |||||
13 | SEE ALSO | ||||
14 | sprintf(E), object_name(E) |