Mercurial > mm7
comparison mm7_unsorted_subs.h @ 2288:406605240b0a
GetItemTextureFilename cleaned up
author | Grumpy7 |
---|---|
date | Sun, 16 Mar 2014 02:59:52 +0100 |
parents | 0cd17b0d36c2 |
children | d65414f65bd4 |
comparison
equal
deleted
inserted
replaced
2287:4e3236a4ea63 | 2288:406605240b0a |
---|---|
87 double __fastcall sub_43AE12(signed int a1); | 87 double __fastcall sub_43AE12(signed int a1); |
88 int __fastcall _43AFE3_calc_spell_damage(int a1, int a2, signed int a3, int a4); | 88 int __fastcall _43AFE3_calc_spell_damage(int a1, int a2, signed int a3, int a4); |
89 void ItemDamageFromActor(unsigned int uObjID, unsigned int uActorID, struct Vec3_int_ *pVelocity); | 89 void ItemDamageFromActor(unsigned int uObjID, unsigned int uActorID, struct Vec3_int_ *pVelocity); |
90 void ActorDamageFromMonster(signed int attacker_id, unsigned int actor_id, struct Vec3_int_ *pVelocity, signed int a4); | 90 void ActorDamageFromMonster(signed int attacker_id, unsigned int actor_id, struct Vec3_int_ *pVelocity, signed int a4); |
91 void CharacterUI_LoadPaperdollTextures(); | 91 void CharacterUI_LoadPaperdollTextures(); |
92 int __fastcall GetItemTextureFilename(char *pOut, signed int item_id, int index, int shoulder); | 92 int GetItemTextureFilename(char *pOut, signed int item_id, int index, int shoulder); |
93 bool IsDwarfPresentInParty(bool b); | 93 bool IsDwarfPresentInParty(bool b); |
94 bool ShouldLoadTexturesForRaceAndGender(unsigned int _this); | 94 bool ShouldLoadTexturesForRaceAndGender(unsigned int _this); |
95 void WetsuitOn(unsigned int uPlayerID); // idb | 95 void WetsuitOn(unsigned int uPlayerID); // idb |
96 void WetsuitOff(unsigned int uPlayerID); | 96 void WetsuitOff(unsigned int uPlayerID); |
97 void __fastcall PrepareDrawLists_BLV(); | 97 void __fastcall PrepareDrawLists_BLV(); |