comparison Player.h @ 1779:50e91a820f6f

Player::SetVariable helper function for award sound
author Grumpy7
date Wed, 02 Oct 2013 08:51:43 +0200
parents f44b6e02e81c
children 01b3c314e9be
comparison
equal deleted inserted replaced
1778:4e881879e259 1779:50e91a820f6f
590 int GetConditionDayOfWeek(unsigned int uCondition); 590 int GetConditionDayOfWeek(unsigned int uCondition);
591 bool NothingOrJustBlastersEquipped(); 591 bool NothingOrJustBlastersEquipped();
592 void SalesProcess(unsigned int inventory_idnx, int item_index, int _2devent_idx);//0x4BE2DD 592 void SalesProcess(unsigned int inventory_idnx, int item_index, int _2devent_idx);//0x4BE2DD
593 bool Recover(signed int a2); 593 bool Recover(signed int a2);
594 bool CanCastSpell(unsigned int uRequiredMana); 594 bool CanCastSpell(unsigned int uRequiredMana);
595 void PlaySoundBasedOnCondition(int currPlayerId); 595 void PlayAwardSound(int currPlayerId);
596 void DrawPlayerBuffAnimBasedOnCondition(int currPlayerId);
597 void EquipBody(ITEM_EQUIP_TYPE uEquipType); 596 void EquipBody(ITEM_EQUIP_TYPE uEquipType);
598 bool HasUnderwaterSuitEquipped(); 597 bool HasUnderwaterSuitEquipped();
599 bool HasItem(unsigned int uItemID, char a3); 598 bool HasItem(unsigned int uItemID, char a3);
600 void OnInventoryLeftClick(); 599 void OnInventoryLeftClick();
601 600