DIFF

class InventoryManipulationFlagsSource

Constants 10

static const int NONE = 0
static const int ADD_AS_ATTACHMENT = 1
static const int ADD_AS_CARGO = 2
static const int SWAP = 4
static const int FSWAP = 8
static const int TAKE_TO_HANDS = 16
static const int DROP = 32
static const int PERFORM_ACTION = 64
static const int SET_ACTION = 128
static const int COMBINE_QUANTITY = 512