OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Functions | Variables
MerchantTable.cpp File Reference
#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_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

◆ pMerchantsIdentifyPhrases

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

◆ pMerchantsRepairPhrases

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

◆ pMerchantsSellPhrases

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