Planeshift
|
#include <psmerchantinfo.h>
Public Member Functions | |
psItemCategory * | FindCategory (int id) |
psItemCategory * | FindCategory (const csString &name) |
bool | Load (PID pid) |
A character is defined to be a merchant if there are merchant item categories for the character. | |
Public Attributes | |
csArray< psItemCategory * > | categories |
Definition at line 55 of file psmerchantinfo.h.
psItemCategory* psMerchantInfo::FindCategory | ( | int | id | ) |
psItemCategory* psMerchantInfo::FindCategory | ( | const csString & | name | ) |
bool psMerchantInfo::Load | ( | PID | pid | ) |
A character is defined to be a merchant if there are merchant item categories for the character.
pid | The characterid to check. |
Definition at line 70 of file psmerchantinfo.h.