Crossfire Server, Branches 1.12
R18729
|
Go to the source code of this file.
Functions | |
void | legacy_ob_describe (const ob_methods *context, const object *op, const object *observer, char *buf, size_t size) |
Legacy implementation of description-related methods.
Definition in file legacy_describe.c.
void legacy_ob_describe | ( | const ob_methods * | context, |
const object * | op, | ||
const object * | observer, | ||
char * | buf, | ||
size_t | size | ||
) |
Describes an object, seen by a given observer.
context | The method context |
op | The object to describe |
observer | The object to make the description to |
buf | Buffer that will contain the description |
size | buf's size. |
Definition at line 38 of file legacy_describe.c.
References AMULET, ARMOUR, ARROW, BOOTS, BOW, BRACERS, CLOAK, common_ob_describe(), DRINK, FLESH, FOOD, GIRDLE, GLOVES, HELMET, LAMP, query_name(), RING, SHIELD, SKILL, SKILL_TOOL, obj::type, and WEAPON.
Referenced by init_ob_methods().