#include <UserInterface.hpp>
◆ Auction()
Horizon::Zone::UI::Auction::Auction |
( |
std::shared_ptr< ZoneSession > |
session | ) |
|
Auction.
39{
40
41}
std::weak_ptr< ZoneSession > _session
Definition: UserInterface.hpp:62
◆ ~Auction()
Horizon::Zone::UI::Auction::~Auction |
( |
| ) |
|
◆ add()
void Horizon::Zone::UI::Auction::add |
( |
int |
now_money, |
|
|
int |
max_money, |
|
|
int16_t |
delete_hour |
|
) |
| |
◆ add_cancel()
void Horizon::Zone::UI::Auction::add_cancel |
( |
int |
auction_id | ) |
|
◆ add_item()
void Horizon::Zone::UI::Auction::add_item |
( |
int |
inventory_index, |
|
|
int |
amount |
|
) |
| |
◆ buy()
void Horizon::Zone::UI::Auction::buy |
( |
int |
auction_id, |
|
|
int |
money |
|
) |
| |
◆ create()
◆ get_session()
std::shared_ptr< ZoneSession > Horizon::Zone::UI::Auction::get_session |
( |
| ) |
|
|
inline |
◆ notify_add_item()
◆ own_information()
◆ search_item()
void Horizon::Zone::UI::Auction::search_item |
( |
cz_auction_search_type |
search_type, |
|
|
int |
auction_id, |
|
|
std::string |
search_text, |
|
|
int |
page_number |
|
) |
| |
◆ stop()
void Horizon::Zone::UI::Auction::stop |
( |
int |
auction_id | ) |
|
◆ _session
std::weak_ptr<ZoneSession> Horizon::Zone::UI::Auction::_session |
|
private |
The documentation for this class was generated from the following files: