Mercurial > mm7
comparison Actor.h @ 1454:7d3bed7772cb
Слияние
author | Ritor1 |
---|---|
date | Thu, 08 Aug 2013 16:34:37 +0600 |
parents | 8ff3c675a726 |
children | 5c95f2246c2a |
comparison
equal
deleted
inserted
replaced
1453:dfc9484ed94c | 1454:7d3bed7772cb |
---|---|
12 #pragma pack(push, 1) | 12 #pragma pack(push, 1) |
13 struct stru319 | 13 struct stru319 |
14 { | 14 { |
15 void LootActor(struct Actor *pActor); | 15 void LootActor(struct Actor *pActor); |
16 int which_player_would_attack(struct Actor *pActor); | 16 int which_player_would_attack(struct Actor *pActor); |
17 bool special_ability_use_check(struct Actor *pActor, int a2); | 17 int special_ability_use_check(struct Actor *pActor, int a2); |
18 int _427102(struct Actor *pActor, signed int a2); | 18 int _427102(struct Actor *pActor, signed int a2); |
19 int PlayerHitOrMiss(struct Player *pPlayer, struct Actor *pActor, int a3, int a4); | 19 int PlayerHitOrMiss(struct Player *pPlayer, struct Actor *pActor, int a3, int a4); |
20 bool _4273BB(struct Actor *pActor, struct Actor *a2, int a3, int a4); | 20 bool _4273BB(struct Actor *pActor, struct Actor *a2, int a3, int a4); |
21 bool ActorHitOrMiss(struct Actor *pActor, struct Player *pPlayer); | 21 bool ActorHitOrMiss(struct Actor *pActor, struct Player *pPlayer); |
22 int _427546(int a2); | 22 int _427546(int a2); |