EvEmu
0.8.4
11 September 2021
|
#include "MarketBotMgr.h"
Public Member Functions | |
~MarketBotMgr () | |
MarketBotMgr.h | |
system for automating/emulating buy and sell orders on the market. idea and some code taken from AuctionHouseBot - Copyright (C) 2008-2014 TrinityCore http://www.trinitycore.org/ : Allan
| |
MarketBotMgr () | |
int | Initialize () |
void | Process () |
void | AddSystem () |
void | RemoveSystem () |
![]() | |
Singleton () | |
Primary constructor. More... | |
Private Attributes | |
Timer | m_updateTimer |
bool | m_initalized |
Additional Inherited Members | |
![]() | |
static MarketBotMgr & | get () |
![]() | |
static std::shared_ptr < MarketBotMgr > | mInstance |
Definition at line 38 of file MarketBotMgr.h.
MarketBotMgr::MarketBotMgr | ( | ) |
|
inline |
Definition at line 43 of file MarketBotMgr.h.
void MarketBotMgr::AddSystem | ( | ) |
Definition at line 74 of file MarketBotMgr.cpp.
int MarketBotMgr::Initialize | ( | ) |
Definition at line 45 of file MarketBotMgr.cpp.
References BOT_CONFIG_FILE, m_initalized, sLog, sMBotConf, and sMktBotDataMgr.
void MarketBotMgr::Process | ( | ) |
Definition at line 62 of file MarketBotMgr.cpp.
References Timer::Check(), m_initalized, and m_updateTimer.
void MarketBotMgr::RemoveSystem | ( | ) |
Definition at line 79 of file MarketBotMgr.cpp.
|
private |
Definition at line 54 of file MarketBotMgr.h.
Referenced by Initialize(), MarketBotMgr(), and Process().
|
private |
Definition at line 52 of file MarketBotMgr.h.
Referenced by Process().