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