|
Planeshift
|
This class holds the master list of all trade patterns possible in the game. More...
#include <pstrade.h>
Public Member Functions | |
| uint32 | GetDesignItemId () const |
| uint32 | GetGroupPatternId () const |
| uint32 | GetId () const |
| float | GetKFactor () const |
| const char * | GetPatternString () const |
| bool | Load (iResultRow &row) |
| psTradePatterns () | |
| ~psTradePatterns () | |
Protected Attributes | |
| uint32 | designItemId |
| uint32 | groupPatternId |
| uint32 | id |
| float | KFactor |
| csString | patternName |
This class holds the master list of all trade patterns possible in the game.
| psTradePatterns::psTradePatterns | ( | ) |
| psTradePatterns::~psTradePatterns | ( | ) |
|
inline |
|
inline |
| bool psTradePatterns::Load | ( | iResultRow & | row | ) |