Crossfire Server, Branches 1.12
R18729
|
Go to the source code of this file.
Functions | |
void | common_ob_describe (const ob_methods *context, const object *op, const object *observer, char *buf, size_t size) |
This file contains description-related methods that are common to many classes of objects.
Definition in file describe.c.
void common_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 39 of file describe.c.
References describe_item(), query_name(), and VERY_BIG_BUF.
Referenced by init_type_power_crystal(), and legacy_ob_describe().