Crossfire Server, Trunk  1.75.0
Save object flags

Flags for save_object() and save_objects(). Can be combined for various effects. More...

Macros

#define SAVE_FLAG_NO_REMOVE   2
 If set, objects are not removed while saving. More...
 
#define SAVE_FLAG_SAVE_UNPAID   1
 If set, unpaid items will be saved. More...
 

Detailed Description

Flags for save_object() and save_objects(). Can be combined for various effects.

Macro Definition Documentation

◆ SAVE_FLAG_NO_REMOVE

#define SAVE_FLAG_NO_REMOVE   2

If set, objects are not removed while saving.

Definition at line 110 of file map.h.

◆ SAVE_FLAG_SAVE_UNPAID

#define SAVE_FLAG_SAVE_UNPAID   1

If set, unpaid items will be saved.

Definition at line 109 of file map.h.