OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Functions | Variables
MerchantTable.h File Reference
#include <string>
#include "Engine/Objects/NPCEnums.h"
#include "Utility/IndexedArray.h"

Functions

void initializeMerchants (const Blob &merchants)
 

Variables

IndexedArray< std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LASTpMerchantsBuyPhrases
 
IndexedArray< std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LASTpMerchantsSellPhrases
 
IndexedArray< std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LASTpMerchantsRepairPhrases
 
IndexedArray< std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LASTpMerchantsIdentifyPhrases
 

Function Documentation

◆ initializeMerchants()

void initializeMerchants ( const Blob merchants)
Original binary offset:
0x476590

Variable Documentation

◆ pMerchantsBuyPhrases

IndexedArray<std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LAST> pMerchantsBuyPhrases
extern

◆ pMerchantsIdentifyPhrases

IndexedArray<std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LAST> pMerchantsIdentifyPhrases
extern

◆ pMerchantsRepairPhrases

IndexedArray<std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LAST> pMerchantsRepairPhrases
extern

◆ pMerchantsSellPhrases

IndexedArray<std::string, MERCHANT_PHRASE_FIRST, MERCHANT_PHRASE_LAST> pMerchantsSellPhrases
extern