EvEmu
0.8.4
11 September 2021
|
#include "MarketBotMgr.h"
Public Member Functions | |
~MarketBotDataMgr () | |
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
| |
MarketBotDataMgr () | |
int | Initialize () |
![]() | |
Singleton () | |
Primary constructor. More... | |
Private Attributes | |
bool | m_initalized |
Additional Inherited Members | |
![]() | |
static MarketBotDataMgr & | get () |
![]() | |
static std::shared_ptr < MarketBotDataMgr > | mInstance |
Definition at line 20 of file MarketBotMgr.h.
MarketBotDataMgr::MarketBotDataMgr | ( | ) |
|
inline |
Definition at line 25 of file MarketBotMgr.h.
int MarketBotDataMgr::Initialize | ( | ) |
|
private |
Definition at line 30 of file MarketBotMgr.h.
Referenced by Initialize(), and MarketBotDataMgr().