|
Crossfire Server, Branch 1.12
R12190
|
Material structures and defines. More...

Go to the source code of this file.
Data Structures | |
| struct | _materialtype |
| One material type. More... | |
Defines | |
| #define | M_ADAMANT 256 |
| #define | M_BONE 2048 |
| #define | M_CLOTH 128 |
| #define | M_GLASS 4 |
| #define | M_ICE 4096 |
| #define | M_IRON 2 |
| #define | M_LEATHER 8 |
| #define | M_LIQUID 512 |
| #define | M_ORGANIC 32 |
| #define | M_PAPER 1 |
| #define | M_SOFT_METAL 1024 |
| #define | M_SPECIAL |
| #define | M_STONE 64 |
| #define | M_WOOD 16 |
| #define | NROFMATERIALS 13 |
Typedefs | |
| typedef struct _materialtype | materialtype_t |
| One material type. | |
Variables | |
| EXTERN materialtype_t * | materialt |
Material structures and defines.
Definition in file material.h.
| typedef struct _materialtype materialtype_t |
One material type.
Definition at line 79 of file material.h.
Referenced by did_make_save_item(), name_to_material(), and set_materialname().
1.7.6.1