Pol
Revision:cb584c9
|
#include <party_cfg.h>
Public Attributes | |
struct { | |
unsigned short DeclineTimeout | |
unsigned short MaxPartyMembers | |
u16 PrivateMsgPrefix [SPEECH_MAX_LEN+1] | |
unsigned char PrivateMsgPrefixLen | |
bool RejoinPartyOnLogon | |
bool RemoveMemberOnLogoff | |
bool TreatNoAsPrivate | |
} | General |
struct { | |
ExportedFunction * CanAddToParty | |
ExportedFunction * CanLeaveParty | |
ExportedFunction * CanRemoveMember | |
ExportedFunction * ChangePrivateChat | |
ExportedFunction * ChangePublicChat | |
ExportedFunction * OnAddToParty | |
ExportedFunction * OnDecline | |
ExportedFunction * OnDisband | |
ExportedFunction * OnLeaveParty | |
ExportedFunction * OnLootPermChange | |
ExportedFunction * OnPartyCreate | |
ExportedFunction * OnPrivateChat | |
ExportedFunction * OnPublicChat | |
} | Hooks |
Definition at line 18 of file party_cfg.h.
ExportedFunction* Pol::Core::Party_Cfg::CanAddToParty |
Definition at line 33 of file party_cfg.h.
Referenced by Pol::Core::add_candidate(), Pol::Core::load_party_cfg_hooks(), and Pol::Core::unload_party_hooks().
ExportedFunction* Pol::Core::Party_Cfg::CanLeaveParty |
Definition at line 34 of file party_cfg.h.
Referenced by Pol::Core::handle_remove(), Pol::Core::load_party_cfg_hooks(), and Pol::Core::unload_party_hooks().
ExportedFunction* Pol::Core::Party_Cfg::CanRemoveMember |
Definition at line 35 of file party_cfg.h.
Referenced by Pol::Core::handle_remove(), Pol::Core::handle_remove_member_cursor(), Pol::Core::load_party_cfg_hooks(), and Pol::Core::unload_party_hooks().
ExportedFunction* Pol::Core::Party_Cfg::ChangePrivateChat |
Definition at line 36 of file party_cfg.h.
Referenced by Pol::Core::load_party_cfg_hooks(), Pol::Core::Party::send_member_msg_private(), and Pol::Core::unload_party_hooks().
ExportedFunction* Pol::Core::Party_Cfg::ChangePublicChat |
Definition at line 37 of file party_cfg.h.
Referenced by Pol::Core::load_party_cfg_hooks(), Pol::Core::Party::send_member_msg_public(), and Pol::Core::unload_party_hooks().
unsigned short Pol::Core::Party_Cfg::DeclineTimeout |
Definition at line 24 of file party_cfg.h.
Referenced by Pol::Core::add_candidate(), Pol::Core::load_party_cfg(), Pol::Core::load_party_cfg_general(), and Pol::Mobile::Character::set_party_invite_timeout().
struct { ... } Pol::Core::Party_Cfg::General |
Referenced by Pol::Core::Party::add_candidate(), Pol::Core::add_candidate(), Pol::Core::Party::add_member(), Pol::Core::Party::can_add(), Pol::Core::handle_party_msg(), Pol::Core::load_party_cfg(), Pol::Core::load_party_cfg_general(), Pol::Core::on_loggoff_party(), Pol::Core::read_party_dat(), Pol::Core::Party::send_member_msg_private(), Pol::Mobile::Character::set_party_invite_timeout(), and Pol::Core::write_party().
struct { ... } Pol::Core::Party_Cfg::Hooks |
Referenced by Pol::Core::add_candidate(), Pol::Module::EPartyRefObjImp::call_method_id(), Pol::Core::Party::disband(), Pol::Core::handle_accept_invite(), Pol::Core::handle_decline_invite(), Pol::Core::handle_loot_perm(), Pol::Core::handle_member_msg(), Pol::Core::handle_party_msg(), Pol::Core::handle_remove(), Pol::Core::handle_remove_member_cursor(), Pol::Core::invite_timeout(), Pol::Core::load_party_cfg_hooks(), Pol::Module::PartyExecutorModule::mf_CreateParty(), Pol::Module::PartyExecutorModule::mf_SendPartyMsg(), Pol::Module::PartyExecutorModule::mf_SendPrivatePartyMsg(), Pol::Core::on_loggoff_party(), Pol::Core::Party::send_member_msg_private(), Pol::Core::Party::send_member_msg_public(), and Pol::Core::unload_party_hooks().
unsigned short Pol::Core::Party_Cfg::MaxPartyMembers |
Definition at line 22 of file party_cfg.h.
Referenced by Pol::Core::Party::add_candidate(), Pol::Core::Party::add_member(), Pol::Core::Party::can_add(), Pol::Core::load_party_cfg(), and Pol::Core::load_party_cfg_general().
ExportedFunction* Pol::Core::Party_Cfg::OnAddToParty |
Definition at line 38 of file party_cfg.h.
Referenced by Pol::Module::EPartyRefObjImp::call_method_id(), Pol::Core::handle_accept_invite(), Pol::Core::load_party_cfg_hooks(), and Pol::Core::unload_party_hooks().
ExportedFunction* Pol::Core::Party_Cfg::OnDecline |
Definition at line 39 of file party_cfg.h.
Referenced by Pol::Core::handle_decline_invite(), Pol::Core::invite_timeout(), Pol::Core::load_party_cfg_hooks(), and Pol::Core::unload_party_hooks().
ExportedFunction* Pol::Core::Party_Cfg::OnDisband |
Definition at line 40 of file party_cfg.h.
Referenced by Pol::Core::Party::disband(), Pol::Core::load_party_cfg_hooks(), and Pol::Core::unload_party_hooks().
ExportedFunction* Pol::Core::Party_Cfg::OnLeaveParty |
Definition at line 41 of file party_cfg.h.
Referenced by Pol::Module::EPartyRefObjImp::call_method_id(), Pol::Core::handle_remove(), Pol::Core::handle_remove_member_cursor(), Pol::Core::load_party_cfg_hooks(), Pol::Core::on_loggoff_party(), and Pol::Core::unload_party_hooks().
ExportedFunction* Pol::Core::Party_Cfg::OnLootPermChange |
Definition at line 42 of file party_cfg.h.
Referenced by Pol::Core::handle_loot_perm(), Pol::Core::load_party_cfg_hooks(), and Pol::Core::unload_party_hooks().
ExportedFunction* Pol::Core::Party_Cfg::OnPartyCreate |
Definition at line 43 of file party_cfg.h.
Referenced by Pol::Core::add_candidate(), Pol::Core::load_party_cfg_hooks(), Pol::Module::PartyExecutorModule::mf_CreateParty(), and Pol::Core::unload_party_hooks().
ExportedFunction* Pol::Core::Party_Cfg::OnPrivateChat |
Definition at line 44 of file party_cfg.h.
Referenced by Pol::Core::handle_member_msg(), Pol::Core::handle_party_msg(), Pol::Core::load_party_cfg_hooks(), Pol::Module::PartyExecutorModule::mf_SendPrivatePartyMsg(), and Pol::Core::unload_party_hooks().
ExportedFunction* Pol::Core::Party_Cfg::OnPublicChat |
Definition at line 45 of file party_cfg.h.
Referenced by Pol::Core::handle_party_msg(), Pol::Core::load_party_cfg_hooks(), Pol::Module::PartyExecutorModule::mf_SendPartyMsg(), and Pol::Core::unload_party_hooks().
u16 Pol::Core::Party_Cfg::PrivateMsgPrefix[SPEECH_MAX_LEN+1] |
Definition at line 25 of file party_cfg.h.
Referenced by Pol::Core::load_party_cfg_general(), and Pol::Core::Party::send_member_msg_private().
unsigned char Pol::Core::Party_Cfg::PrivateMsgPrefixLen |
Definition at line 26 of file party_cfg.h.
Referenced by Pol::Core::load_party_cfg(), Pol::Core::load_party_cfg_general(), and Pol::Core::Party::send_member_msg_private().
bool Pol::Core::Party_Cfg::RejoinPartyOnLogon |
Definition at line 28 of file party_cfg.h.
Referenced by Pol::Core::load_party_cfg(), Pol::Core::load_party_cfg_general(), and Pol::Core::on_loggoff_party().
bool Pol::Core::Party_Cfg::RemoveMemberOnLogoff |
Definition at line 27 of file party_cfg.h.
Referenced by Pol::Core::load_party_cfg(), Pol::Core::load_party_cfg_general(), Pol::Core::on_loggoff_party(), Pol::Core::read_party_dat(), and Pol::Core::write_party().
bool Pol::Core::Party_Cfg::TreatNoAsPrivate |
Definition at line 23 of file party_cfg.h.
Referenced by Pol::Core::handle_party_msg(), Pol::Core::load_party_cfg(), and Pol::Core::load_party_cfg_general().