Crossfire Server, Trunk
|
Go to the source code of this file.
Functions | |
void | legacy_ob_describe (const object *op, const object *observer, int use_media_tags, char *buf, size_t size) |
Legacy implementation of description-related methods.
Definition in file legacy_describe.cpp.
void legacy_ob_describe | ( | const object * | op, |
const object * | observer, | ||
int | use_media_tags, | ||
char * | buf, | ||
size_t | size | ||
) |
Describes an object, seen by a given observer.
op | The object to describe |
observer | The object to make the description to |
use_media_tags | If non zero then use media tags in the description. |
buf | Buffer that will contain the description |
size | buf's size. |
Definition at line 39 of file legacy_describe.cpp.
References AMULET, ARMOUR, ARROW, BOOTS, BOW, BRACERS, buf, CLOAK, common_ob_describe(), DRINK, FLESH, FOOD, GIRDLE, GLOVES, HELMET, LAMP, give::op, query_name(), RING, SHIELD, SKILL, SKILL_TOOL, and WEAPON.
Referenced by init_ob_methods().