Mercurial > mm7
comparison Player.h @ 886:b6573b99ca40
SalesProcess function
author | Ritor1 |
---|---|
date | Tue, 02 Apr 2013 17:33:20 +0600 |
parents | 9c3f28b31b4a |
children | 10fa7dad1391 6daea87a3fe3 |
comparison
equal
deleted
inserted
replaced
885:4004fb0bf60c | 886:b6573b99ca40 |
---|---|
564 int GetBuyingPrice(unsigned int uRealValue, float price_multiplier); | 564 int GetBuyingPrice(unsigned int uRealValue, float price_multiplier); |
565 int _4B8102(int a2, float a3); | 565 int _4B8102(int a2, float a3); |
566 int _4B807C(float a2); | 566 int _4B807C(float a2); |
567 int _4B8040_condition_time(unsigned int uCondition); | 567 int _4B8040_condition_time(unsigned int uCondition); |
568 bool _43EEF3(); | 568 bool _43EEF3(); |
569 void _4BE2DD(unsigned int a2, int a3, int _2devent_idx); | 569 void SalesProcess(unsigned int a2, int a3, int _2devent_idx);//0x4BE2DD |
570 bool Recover(signed int a2); | 570 bool Recover(signed int a2); |
571 bool CanCastSpell(unsigned int uRequiredMana); | 571 bool CanCastSpell(unsigned int uRequiredMana); |
572 | 572 |
573 inline bool Weak() {return pConditions[Condition::Condition_Weak] != 0;} | 573 inline bool Weak() {return pConditions[Condition::Condition_Weak] != 0;} |
574 inline bool Dead() {return pConditions[Condition::Condition_Dead] != 0;} | 574 inline bool Dead() {return pConditions[Condition::Condition_Dead] != 0;} |