|
Pol
Rev 533
|
#include <uoskills.h>
Collaboration diagram for UOSkill:Public Member Functions | |
| UOSkill (const Package *pkg, ConfigElem &elem) | |
| UOSkill () | |
Public Attributes | |
| std::string | attributename |
| bool | inited |
| const Attribute * | pAttr |
| const Package * | pkg |
| unsigned | skillid |
Definition at line 19 of file uoskills.h.
| UOSkill::UOSkill | ( | const Package * | pkg, |
| ConfigElem & | elem | ||
| ) |
Definition at line 32 of file uoskills.cpp.
References attributename, FindAttribute(), pAttr, skillid, ConfigElem::throw_error(), tostring(), and ConfigElem::warn().
Here is the call graph for this function:| UOSkill::UOSkill | ( | ) |
Definition at line 68 of file uoskills.cpp.
| std::string UOSkill::attributename |
Definition at line 27 of file uoskills.h.
Referenced by UOSkill().
| bool UOSkill::inited |
Definition at line 25 of file uoskills.h.
Referenced by handle_use_skill(), and UOClientInterface::Initialize().
| const Attribute* UOSkill::pAttr |
Definition at line 28 of file uoskills.h.
Referenced by ClientCreateChar(), ClientCreateChar70160(), ClientCreateCharKR(), handle_skill_lock(), handle_use_skill(), UOClientInterface::Initialize(), send_skillmsg(), and UOSkill().
| const Package* UOSkill::pkg |
Definition at line 30 of file uoskills.h.
| unsigned UOSkill::skillid |
Definition at line 26 of file uoskills.h.
Referenced by load_skill_entry(), send_uo_skill(), and UOSkill().