Planeshift
Public Member Functions | Protected Attributes

psTradeCombinations Class Reference

This class holds the master list of all trade combinations possible in the game. More...

#include <pstrade.h>

List of all members.

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

Detailed Description

This class holds the master list of all trade combinations possible in the game.

Definition at line 49 of file pstrade.h.


Constructor & Destructor Documentation

psTradeCombinations::psTradeCombinations ( )
psTradeCombinations::~psTradeCombinations ( )

Member Function Documentation

uint32 psTradeCombinations::GetId ( ) const [inline]

Definition at line 57 of file pstrade.h.

uint32 psTradeCombinations::GetItemId ( ) const [inline]

Definition at line 73 of file pstrade.h.

int psTradeCombinations::GetMaxQty ( ) const [inline]

Definition at line 81 of file pstrade.h.

int psTradeCombinations::GetMinQty ( ) const [inline]

Definition at line 77 of file pstrade.h.

uint32 psTradeCombinations::GetPatternId ( ) const [inline]

Definition at line 61 of file pstrade.h.

uint32 psTradeCombinations::GetResultId ( ) const [inline]

Definition at line 65 of file pstrade.h.

int psTradeCombinations::GetResultQty ( ) const [inline]

Definition at line 69 of file pstrade.h.

bool psTradeCombinations::Load ( iResultRow &  row)

Member Data Documentation

uint32 psTradeCombinations::id [protected]

Definition at line 87 of file pstrade.h.

uint32 psTradeCombinations::itemId [protected]

Definition at line 91 of file pstrade.h.

Definition at line 93 of file pstrade.h.

Definition at line 92 of file pstrade.h.

uint32 psTradeCombinations::patternId [protected]

Definition at line 88 of file pstrade.h.

uint32 psTradeCombinations::resultId [protected]

Definition at line 89 of file pstrade.h.

Definition at line 90 of file pstrade.h.


The documentation for this class was generated from the following file: