Those flags correspond to the aflags parameter of the apply_special() function.
More...
Those flags correspond to the aflags parameter of the apply_special() function.
◆ AP_APPLY
Item is to be applied.
Definition at line 558 of file define.h.
◆ AP_BASIC_FLAGS
#define AP_BASIC_FLAGS 15 |
◆ AP_IGNORE_CURSE
#define AP_IGNORE_CURSE 32 |
Apply/unapply regardless of cursed/damned status.
Definition at line 566 of file define.h.
◆ AP_NO_MERGE
Don't try to merge object after (un)applying it.
Definition at line 565 of file define.h.
◆ AP_NOPRINT
Don't print messages - caller will do that may be some that still print.
Definition at line 569 of file define.h.
◆ AP_NULL
Nothing specific.
Definition at line 557 of file define.h.
◆ AP_OPEN
Item is a container to be fully opened.
Definition at line 560 of file define.h.
◆ AP_PRINT
Print what to do, don't actually do it Note this is supported in all the functions.
Definition at line 567 of file define.h.
◆ AP_UNAPPLY
Item is to be remvoed.
Definition at line 559 of file define.h.