Crossfire Server, Branch 1.12  R12190
Defines
Values returned by can_apply_object().

Bitmask values for 'can_apply_object()' return values. More...

Defines

#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

Detailed Description

Bitmask values for 'can_apply_object()' return values.

the CAN_APPLY_ prefix is to just note what function the are returned from.


Define Documentation

#define CAN_APPLY_NEVER   0x1

Definition at line 980 of file define.h.

Referenced by apply_special(), and can_apply_object().

#define CAN_APPLY_NOT_MASK   0xf

Definition at line 982 of file define.h.

Referenced by monster_check_apply().

#define CAN_APPLY_RESTRICTION   0x2

Definition at line 981 of file define.h.

Referenced by apply_special(), and can_apply_object().

#define CAN_APPLY_UNAPPLY   0x10

Definition at line 983 of file define.h.

Referenced by can_apply_object().

#define CAN_APPLY_UNAPPLY_CHOICE   0x40

Definition at line 985 of file define.h.

Referenced by apply_special(), and can_apply_object().

#define CAN_APPLY_UNAPPLY_MULT   0x20

Definition at line 984 of file define.h.

Referenced by can_apply_object().