PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
InventoryCombinationFlags.c File Reference

Data Structures

class  InventoryCombinationFlags
 

Variables

class InventoryCombinationFlags 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
 

Variable Documentation

◆ ADD_AS_ATTACHMENT

const int ADD_AS_ATTACHMENT = 1
static

◆ ADD_AS_CARGO

const int ADD_AS_CARGO = 2
static

◆ COMBINE_QUANTITY

const int COMBINE_QUANTITY = 512
static

◆ DROP

const int DROP = 32
static

◆ FSWAP

const int FSWAP = 8
static

◆ NONE

class InventoryCombinationFlags NONE = 0

◆ PERFORM_ACTION

const int PERFORM_ACTION = 64
static

◆ SET_ACTION

const int SET_ACTION = 128
static

◆ SWAP

const int SWAP = 4
static

◆ TAKE_TO_HANDS

const int TAKE_TO_HANDS = 16
static