|
|
|
@ -38,10 +38,13 @@
|
|
|
|
|
{"SetAttributeBase", StatsFunctions::SetAttributeBase},\
|
|
|
|
|
{"GetAttributeCurrent", StatsFunctions::GetAttributeCurrent},\
|
|
|
|
|
{"SetAttributeCurrent", StatsFunctions::SetAttributeCurrent},\
|
|
|
|
|
\
|
|
|
|
|
{"GetSkillBase", StatsFunctions::GetSkillBase},\
|
|
|
|
|
{"SetSkillBase", StatsFunctions::SetSkillBase},\
|
|
|
|
|
{"GetSkillCurrent", StatsFunctions::GetSkillCurrent},\
|
|
|
|
|
{"SetSkillCurrent", StatsFunctions::SetSkillCurrent},\
|
|
|
|
|
{"GetSkillProgress", StatsFunctions::GetSkillProgress},\
|
|
|
|
|
{"SetSkillProgress", StatsFunctions::SetSkillProgress},\
|
|
|
|
|
\
|
|
|
|
|
{"GetHealthBase", StatsFunctions::GetHealthBase},\
|
|
|
|
|
{"SetHealthBase", StatsFunctions::SetHealthBase},\
|
|
|
|
@ -125,6 +128,8 @@ public:
|
|
|
|
|
static void SetSkillBase(unsigned short pid, unsigned short skill, int value) noexcept;
|
|
|
|
|
static int GetSkillCurrent(unsigned short pid, unsigned short skill) noexcept;
|
|
|
|
|
static void SetSkillCurrent(unsigned short pid, unsigned short skill, int value) noexcept;
|
|
|
|
|
static int GetSkillProgress(unsigned short pid, unsigned short skill) noexcept;
|
|
|
|
|
static void SetSkillProgress(unsigned short pid, unsigned short skill, int value) noexcept;
|
|
|
|
|
|
|
|
|
|
static int GetSkillIncrease(unsigned short pid, unsigned int pos) noexcept;
|
|
|
|
|
static void SetSkillIncrease(unsigned short pid, unsigned int pos, int value) noexcept;
|
|
|
|
|