Crossfire Server, Branches 1.12
R18729
|
Macros | |
#define | IS_ARMOR(op) |
#define | IS_ARROW(op) |
#define | IS_LIVE(op) |
#define | IS_SHIELD(op) (op->type == SHIELD) |
#define | IS_WEAPON(op) (op->type == ARROW || op->type == BOW || op->type == WEAPON) |
#define IS_ARMOR | ( | op | ) |
Definition at line 452 of file define.h.
Referenced by can_apply_object(), decay_objects(), give_initial_items(), is_special_equipment(), monster_can_pick(), monster_check_apply(), query_base_name(), query_name(), set_materialname(), and transmute_materialname().
#define IS_ARROW | ( | op | ) |
Definition at line 464 of file define.h.
Referenced by attack_message(), and is_special_equipment().
#define IS_LIVE | ( | op | ) |
Definition at line 459 of file define.h.
Referenced by attack_message(), and decay_objects().
#define IS_SHIELD | ( | op | ) | (op->type == SHIELD) |
Definition at line 456 of file define.h.
Referenced by can_apply_object(), decay_objects(), give_initial_items(), is_special_equipment(), monster_can_pick(), monster_check_apply(), query_name(), set_materialname(), and transmute_materialname().
Definition at line 449 of file define.h.
Referenced by can_apply_object(), decay_objects(), give_initial_items(), is_special_equipment(), local_check_loaded_object(), monster_can_pick(), query_base_name(), query_name(), and set_materialname().