|
Pol
Revision:cb584c9
|
#include <uoclient.h>
Classes | |
| class | Mapping |
Public Member Functions | |
| void | check (std::string &var, const char *tag, const char *deflt) |
| void | deinitialize () |
| size_t | estimateSize () const |
Public Attributes | |
| Mapping | dexterity |
| Mapping | hits |
| Mapping | intelligence |
| Mapping | mana |
| unsigned short | maxskills |
| ExportScript * | method_script |
| Mapping | stamina |
| Mapping | strength |
Definition at line 28 of file uoclient.h.
| void Pol::Core::UoClientGeneral::check | ( | std::string & | var, |
| const char * | tag, | ||
| const char * | deflt | ||
| ) |
| void Pol::Core::UoClientGeneral::deinitialize | ( | ) |
Definition at line 148 of file uoclient.cpp.
Referenced by Pol::Core::NetworkManager::deinialize().
| size_t Pol::Core::UoClientGeneral::estimateSize | ( | ) | const |
Definition at line 137 of file uoclient.cpp.
Referenced by Pol::Core::NetworkManager::estimateSize().
| Mapping Pol::Core::UoClientGeneral::dexterity |
Definition at line 50 of file uoclient.h.
Referenced by Pol::Network::UOClientInterface::Initialize(), Pol::Core::load_general_entry(), Pol::Core::send_full_statmsg(), and Pol::Core::send_stat_locks().
| Mapping Pol::Core::UoClientGeneral::hits |
Definition at line 52 of file uoclient.h.
Referenced by Pol::Network::UOClientInterface::Initialize(), Pol::Core::load_general_entry(), Pol::Core::send_attributes_normalized(), Pol::Core::send_full_statmsg(), Pol::Core::send_short_statmsg(), and Pol::Core::send_update_hits_to_inrange().
| Mapping Pol::Core::UoClientGeneral::intelligence |
Definition at line 49 of file uoclient.h.
Referenced by Pol::Network::UOClientInterface::Initialize(), Pol::Core::load_general_entry(), Pol::Core::send_full_statmsg(), and Pol::Core::send_stat_locks().
| Mapping Pol::Core::UoClientGeneral::mana |
Definition at line 54 of file uoclient.h.
Referenced by Pol::Network::UOClientInterface::Initialize(), Pol::Core::load_general_entry(), Pol::Core::Party::on_mana_changed(), Pol::Core::send_attributes_normalized(), Pol::Core::send_full_statmsg(), Pol::Core::send_mana_level(), and Pol::Core::send_stamina_level().
| unsigned short Pol::Core::UoClientGeneral::maxskills |
Definition at line 55 of file uoclient.h.
Referenced by Pol::Core::ClientCreateChar(), Pol::Core::ClientCreateChar70160(), Pol::Core::ClientCreateCharKR(), Pol::Core::getSkillIdParam(), Pol::Core::handle_skill_lock(), Pol::Core::handle_use_skill(), Pol::Network::UOClientInterface::Initialize(), Pol::Core::load_general_entry(), and Pol::Core::send_skillmsg().
| ExportScript* Pol::Core::UoClientGeneral::method_script |
Definition at line 56 of file uoclient.h.
Referenced by Pol::Core::load_general_entry().
| Mapping Pol::Core::UoClientGeneral::stamina |
Definition at line 53 of file uoclient.h.
Referenced by Pol::Network::UOClientInterface::Initialize(), Pol::Core::load_general_entry(), Pol::Core::Party::on_stam_changed(), Pol::Core::send_attributes_normalized(), Pol::Core::send_full_statmsg(), and Pol::Core::send_stamina_level().
| Mapping Pol::Core::UoClientGeneral::strength |
Definition at line 48 of file uoclient.h.
Referenced by Pol::Network::UOClientInterface::Initialize(), Pol::Core::load_general_entry(), Pol::Core::send_full_statmsg(), and Pol::Core::send_stat_locks().