Mercurial > mm7
comparison Player.h @ 1022:83be083ab25e
m
author | Gloval |
---|---|
date | Tue, 21 May 2013 08:54:05 +0400 |
parents | 67e33708d815 |
children | 7f8be9f9769e |
comparison
equal
deleted
inserted
replaced
1021:67e33708d815 | 1022:83be083ab25e |
---|---|
523 int GetActualSkillLevel(PLAYER_SKILL_TYPE uSkillType); | 523 int GetActualSkillLevel(PLAYER_SKILL_TYPE uSkillType); |
524 int GetSkillBonus(enum CHARACTER_ATTRIBUTE_TYPE a2); | 524 int GetSkillBonus(enum CHARACTER_ATTRIBUTE_TYPE a2); |
525 enum CHARACTER_RACE GetRace(); | 525 enum CHARACTER_RACE GetRace(); |
526 PLAYER_SEX GetSexByVoice(); | 526 PLAYER_SEX GetSexByVoice(); |
527 void SetInitialStats(); | 527 void SetInitialStats(); |
528 int SetSexByVoice(); | 528 void SetSexByVoice(); |
529 void Reset(PLAYER_CLASS_TYPE classType); | 529 void Reset(PLAYER_CLASS_TYPE classType); |
530 PLAYER_SKILL_TYPE GetSkillIdxByOrder(signed int order); | 530 PLAYER_SKILL_TYPE GetSkillIdxByOrder(signed int order); |
531 void DecreaseAttribute(int eAttribute); | 531 void DecreaseAttribute(int eAttribute); |
532 int IncreaseAttribute(int eAttribute); | 532 int IncreaseAttribute(int eAttribute); |
533 void Player::Zero(); | 533 void Player::Zero(); |