#include <UserInterface.hpp>
◆ Party()
Horizon::Zone::UI::Party::Party |
( |
std::shared_ptr< ZoneSession > |
session | ) |
|
◆ ~Party()
Horizon::Zone::UI::Party::~Party |
( |
| ) |
|
◆ change_leader()
void Horizon::Zone::UI::Party::change_leader |
( |
int |
account_id | ) |
|
◆ change_properties()
void Horizon::Zone::UI::Party::change_properties |
( |
int |
exp_share_rule, |
|
|
int |
item_pickup_rule, |
|
|
int |
item_share_rule |
|
) |
| |
◆ create()
void Horizon::Zone::UI::Party::create |
( |
std::string |
name, |
|
|
int |
item_pickup_rule, |
|
|
int |
item_share_rule |
|
) |
| |
◆ expel_member()
void Horizon::Zone::UI::Party::expel_member |
( |
int |
account_id, |
|
|
std::string |
name |
|
) |
| |
◆ get_session()
std::shared_ptr< ZoneSession > Horizon::Zone::UI::Party::get_session |
( |
| ) |
|
|
inline |
std::weak_ptr< ZoneSession > _session
Definition: UserInterface.hpp:192
References _session.
◆ invite() [1/2]
void Horizon::Zone::UI::Party::invite |
( |
int |
account_id | ) |
|
◆ invite() [2/2]
void Horizon::Zone::UI::Party::invite |
( |
std::string |
name | ) |
|
◆ invite_response()
◆ leave()
void Horizon::Zone::UI::Party::leave |
( |
| ) |
|
◆ notify_created()
◆ refuse_invite()
void Horizon::Zone::UI::Party::refuse_invite |
( |
bool |
refuse | ) |
|
◆ send_message()
void Horizon::Zone::UI::Party::send_message |
( |
int |
packet_length, |
|
|
std::string |
message |
|
) |
| |
◆ _session
std::weak_ptr<ZoneSession> Horizon::Zone::UI::Party::_session |
|
private |
The documentation for this class was generated from the following files: