OpenEnroth 73e68f7
|
#include "MerchantTable.h"
#include <cstring>
#include <string>
#include "Engine/Objects/NPCEnumFunctions.h"
#include "Utility/Memory/Blob.h"
#include "Utility/String/Transformations.h"
Functions | |
void | initializeMerchants (const Blob &merchants) |
Variables | |
IndexedArray< std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LAST > | pMerchantsBuyPhrases |
IndexedArray< std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LAST > | pMerchantsSellPhrases |
IndexedArray< std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LAST > | pMerchantsRepairPhrases |
IndexedArray< std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LAST > | pMerchantsIdentifyPhrases |
void initializeMerchants | ( | const Blob & | merchants | ) |
IndexedArray<std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LAST> pMerchantsBuyPhrases |
IndexedArray<std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LAST> pMerchantsIdentifyPhrases |
IndexedArray<std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LAST> pMerchantsRepairPhrases |
IndexedArray<std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LAST> pMerchantsSellPhrases |