Planeshift
|
This class holds the master list of all trade combinations possible in the game. More...
#include <pstrade.h>
Public Member Functions | |
uint32 | GetId () const |
uint32 | GetItemId () const |
int | GetMaxQty () const |
int | GetMinQty () const |
uint32 | GetPatternId () const |
uint32 | GetResultId () const |
int | GetResultQty () const |
bool | Load (iResultRow &row) |
psTradeCombinations () | |
~psTradeCombinations () | |
Protected Attributes | |
uint32 | id |
uint32 | itemId |
int | maxQty |
int | minQty |
uint32 | patternId |
uint32 | resultId |
int | resultQty |
This class holds the master list of all trade combinations possible in the game.
psTradeCombinations::psTradeCombinations | ( | ) |
psTradeCombinations::~psTradeCombinations | ( | ) |
uint32 psTradeCombinations::GetPatternId | ( | ) | const [inline] |
bool psTradeCombinations::Load | ( | iResultRow & | row | ) |
uint32 psTradeCombinations::id [protected] |
uint32 psTradeCombinations::itemId [protected] |
int psTradeCombinations::maxQty [protected] |
int psTradeCombinations::minQty [protected] |
uint32 psTradeCombinations::patternId [protected] |
uint32 psTradeCombinations::resultId [protected] |
int psTradeCombinations::resultQty [protected] |