Crossfire Server, Branch 1.12  R12190
Functions
describe.c File Reference

This file contains description-related methods that are common to many classes of objects. More...

#include <global.h>
#include <ob_methods.h>
#include <ob_types.h>
Include dependency graph for describe.c:

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)
 Describes an object, seen by a given observer.

Detailed Description

This file contains description-related methods that are common to many classes of objects.

Definition in file describe.c.


Function Documentation

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.

Parameters:
contextThe method context
opThe object to describe
observerThe object to make the description to
bufBuffer that will contain the description
sizebuf'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().

Here is the call graph for this function:

Here is the caller graph for this function: