Planeshift
psTradePatterns Class Reference

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
 

Detailed Description

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

Definition at line 403 of file pstrade.h.

Constructor & Destructor Documentation

psTradePatterns::psTradePatterns ( )
psTradePatterns::~psTradePatterns ( )

Member Function Documentation

uint32 psTradePatterns::GetDesignItemId ( ) const
inline

Definition at line 422 of file pstrade.h.

uint32 psTradePatterns::GetGroupPatternId ( ) const
inline

Definition at line 414 of file pstrade.h.

uint32 psTradePatterns::GetId ( ) const
inline

Definition at line 410 of file pstrade.h.

float psTradePatterns::GetKFactor ( ) const
inline

Definition at line 426 of file pstrade.h.

const char* psTradePatterns::GetPatternString ( ) const
inline

Definition at line 418 of file pstrade.h.

bool psTradePatterns::Load ( iResultRow &  row)

Member Data Documentation

uint32 psTradePatterns::designItemId
protected

Definition at line 435 of file pstrade.h.

uint32 psTradePatterns::groupPatternId
protected

Definition at line 433 of file pstrade.h.

uint32 psTradePatterns::id
protected

Definition at line 432 of file pstrade.h.

float psTradePatterns::KFactor
protected

Definition at line 436 of file pstrade.h.

csString psTradePatterns::patternName
protected

Definition at line 434 of file pstrade.h.


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