#include <AuctionHouseBot.h>
|
| | AuctionBotConfig () |
| |
| | ~AuctionBotConfig () |
| |
| void | SetAHBotIncludes (const std::string &AHBotIncludes) |
| |
| void | SetAHBotExcludes (const std::string &AHBotExcludes) |
| |
| void | SetConfig (AuctionBotConfigUInt32Values index, char const *fieldname, uint32 defvalue) |
| |
| void | SetConfigMax (AuctionBotConfigUInt32Values index, char const *fieldname, uint32 defvalue, uint32 maxvalue) |
| |
| void | SetConfigMinMax (AuctionBotConfigUInt32Values index, char const *fieldname, uint32 defvalue, uint32 minvalue, uint32 maxvalue) |
| |
| void | SetConfig (AuctionBotConfigBoolValues index, char const *fieldname, bool defvalue) |
| |
| void | SetConfig (AuctionBotConfigFloatValues index, char const *fieldname, float defvalue) |
| |
| void | GetConfigFromFile () |
| |
Definition at line 209 of file AuctionHouseBot.h.
◆ AuctionBotConfig() [1/3]
| AuctionBotConfig::AuctionBotConfig |
( |
| ) |
|
|
private |
◆ ~AuctionBotConfig()
| AuctionBotConfig::~AuctionBotConfig |
( |
| ) |
|
|
privatedefault |
◆ AuctionBotConfig() [2/3]
◆ AuctionBotConfig() [3/3]
◆ GetAHBotExcludes()
| std::string const & AuctionBotConfig::GetAHBotExcludes |
( |
| ) |
const |
|
inline |
◆ GetAHBotIncludes()
| std::string const & AuctionBotConfig::GetAHBotIncludes |
( |
| ) |
const |
|
inline |
◆ GetAuctionHouseId()
◆ GetConfig() [1/3]
◆ GetConfig() [2/3]
◆ GetConfig() [3/3]
◆ GetConfigBuyerEnabled()
| bool AuctionBotConfig::GetConfigBuyerEnabled |
( |
AuctionHouseType |
houseType | ) |
const |
◆ GetConfigFromFile()
| void AuctionBotConfig::GetConfigFromFile |
( |
| ) |
|
|
private |
◆ GetConfigItemAmountRatio()
◆ GetConfigItemQualityAmount()
◆ GetConfigPriceRatio()
◆ GetHouseTypeName()
◆ GetItemPerCycleBoost()
| uint32 AuctionBotConfig::GetItemPerCycleBoost |
( |
| ) |
const |
|
inline |
◆ GetItemPerCycleNormal()
| uint32 AuctionBotConfig::GetItemPerCycleNormal |
( |
| ) |
const |
|
inline |
◆ GetRandChar()
| ObjectGuid AuctionBotConfig::GetRandChar |
( |
| ) |
const |
◆ GetRandCharExclude()
◆ Initialize()
| bool AuctionBotConfig::Initialize |
( |
| ) |
|
◆ instance()
◆ IsBotChar()
| bool AuctionBotConfig::IsBotChar |
( |
ObjectGuid |
characterID | ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Reload()
| void AuctionBotConfig::Reload |
( |
| ) |
|
|
inline |
◆ SetAHBotExcludes()
| void AuctionBotConfig::SetAHBotExcludes |
( |
const std::string & |
AHBotExcludes | ) |
|
|
inlineprivate |
◆ SetAHBotIncludes()
| void AuctionBotConfig::SetAHBotIncludes |
( |
const std::string & |
AHBotIncludes | ) |
|
|
inlineprivate |
◆ SetConfig() [1/6]
◆ SetConfig() [2/6]
◆ SetConfig() [3/6]
◆ SetConfig() [4/6]
◆ SetConfig() [5/6]
◆ SetConfig() [6/6]
◆ SetConfigMax()
◆ SetConfigMinMax()
◆ _AHBotCharacters
| std::vector<ObjectGuid> AuctionBotConfig::_AHBotCharacters |
|
private |
◆ _AHBotExcludes
| std::string AuctionBotConfig::_AHBotExcludes |
|
private |
◆ _AHBotIncludes
| std::string AuctionBotConfig::_AHBotIncludes |
|
private |
◆ _configBoolValues
◆ _configFloatValues
◆ _configUint32Values
◆ _itemsPerCycleBoost
| uint32 AuctionBotConfig::_itemsPerCycleBoost |
|
private |
◆ _itemsPerCycleNormal
| uint32 AuctionBotConfig::_itemsPerCycleNormal |
|
private |
The documentation for this class was generated from the following files: