|
EvEmu
0.8.4
11 September 2021
|
#include "MarketBot.h"
Public Member Functions | |
| ~MarketBot () | |
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
| |
| MarketBot () | |
| void | Init () |
| void | Process () |
Private Attributes | |
| bool | m_initalized |
Definition at line 20 of file MarketBot.h.
| MarketBot::MarketBot | ( | ) |
|
inline |
Definition at line 24 of file MarketBot.h.
| void MarketBot::Init | ( | ) |
| void MarketBot::Process | ( | ) |
|
private |
Definition at line 30 of file MarketBot.h.
Referenced by Init(), MarketBot(), and Process().