Crossfire Server, Trunk  1.75.0
body_locations_struct Struct Reference

One body location. More...

#include <object.h>

+ Collaboration diagram for body_locations_struct:

Data Fields

const char * nonuse_name
 Name to describe objects we can't use. More...
 
const char * save_name
 Name used to load/save it to disk. More...
 
const char * use_name
 Name used when describing an item we can use. More...
 

Detailed Description

One body location.

See common/item.c.

Definition at line 22 of file object.h.

Field Documentation

◆ nonuse_name

const char* body_locations_struct::nonuse_name

Name to describe objects we can't use.

Definition at line 25 of file object.h.

Referenced by examine().

◆ save_name

const char* body_locations_struct::save_name

Name used to load/save it to disk.

Definition at line 23 of file object.h.

◆ use_name

const char* body_locations_struct::use_name

Name used when describing an item we can use.

Definition at line 24 of file object.h.

Referenced by examine().


The documentation for this struct was generated from the following file: