Crossfire Server, Trunk
R21670
|
Macros | |
#define | CAN_APPLY_NEVER 0x1 |
#define | CAN_APPLY_NOT_MASK 0xf |
#define | CAN_APPLY_RESTRICTION 0x2 |
#define | CAN_APPLY_UNAPPLY 0x10 |
#define | CAN_APPLY_UNAPPLY_CHOICE 0x40 |
#define | CAN_APPLY_UNAPPLY_MULT 0x20 |
Bitmask values for 'apply_can_apply_object()' return values. the CAN_APPLY_ prefix is to just note what function the are returned from.
#define CAN_APPLY_NEVER 0x1 |
Definition at line 667 of file define.h.
Referenced by apply_can_apply_object(), and apply_check_apply_restrictions().
#define CAN_APPLY_NOT_MASK 0xf |
Definition at line 669 of file define.h.
Referenced by monster_check_apply().
#define CAN_APPLY_RESTRICTION 0x2 |
Definition at line 668 of file define.h.
Referenced by apply_can_apply_object(), and apply_check_apply_restrictions().
#define CAN_APPLY_UNAPPLY 0x10 |
Definition at line 670 of file define.h.
Referenced by apply_can_apply_object().
#define CAN_APPLY_UNAPPLY_CHOICE 0x40 |
Definition at line 672 of file define.h.
Referenced by apply_can_apply_object(), and apply_check_apply_restrictions().
#define CAN_APPLY_UNAPPLY_MULT 0x20 |
Definition at line 671 of file define.h.
Referenced by apply_can_apply_object().