|
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 | ( | ) |
| bool psTradeCombinations::Load | ( | iResultRow & | row | ) |