|
Pol
Rev 533
|
#include <cliface.h>
Inheritance diagram for UOClientInterface:
Collaboration diagram for UOClientInterface:Public Member Functions | |
| void | Initialize () |
Protected Member Functions | |
| virtual void | bcast_vital_changed (Character *who, const Vital *vital) const |
Friends | |
| class | ClientInterface |
| void UOClientInterface::bcast_vital_changed | ( | Character * | who, |
| const Vital * | vital | ||
| ) | const [protected, virtual] |
Implements ClientInterface.
Definition at line 226 of file cliface.cpp.
References Client::chr, ClientInterface::clients, inrange(), ClientVitalUpdaters::others_vital_changed, Client::ready, ClientInterface::vital_updaters, and Vital::vitalid.
Referenced by ClientInterface::tell_vital_changed().
Here is the call graph for this function:
Here is the caller graph for this function:| void UOClientInterface::Initialize | ( | ) | [virtual] |
Reimplemented from ClientInterface.
Definition at line 183 of file cliface.cpp.
References UoClientGeneral::Mapping::any, ClientInterface::attribute_updaters, Attribute::attrid, UoClientGeneral::dexterity, GetUOSkill(), UoClientGeneral::hits, UoClientGeneral::Mapping::id, UOSkill::inited, UoClientGeneral::intelligence, UoClientGeneral::mana, UoClientGeneral::maxskills, UOSkill::pAttr, send_uo_dexterity(), send_uo_hits(), send_uo_intelligence(), send_uo_mana(), ClientInterface::send_uo_skill, send_uo_stamina(), send_uo_strength(), UoClientGeneral::stamina, UoClientGeneral::strength, uoclient_general, and ClientInterface::vital_updaters.
Referenced by initialize_client_interfaces().
Here is the call graph for this function:
Here is the caller graph for this function:friend class ClientInterface [friend] |