Mercurial > mm7
comparison Actor.h @ 2313:b75a8f15568d
Слияние
author | Ritor1 |
---|---|
date | Tue, 18 Mar 2014 17:34:33 +0600 |
parents | 43af6c819e88 |
children | 1e865e8690ba |
comparison
equal
deleted
inserted
replaced
2312:4b052671da98 | 2313:b75a8f15568d |
---|---|
211 static void AI_FaceObject(unsigned int uActorID, unsigned int uObjID, int _48, struct AIDirection *a4); | 211 static void AI_FaceObject(unsigned int uActorID, unsigned int uObjID, int _48, struct AIDirection *a4); |
212 static void GetDirectionInfo(unsigned int uObj1ID, unsigned int uObj2ID, struct AIDirection *pOut, int a4); | 212 static void GetDirectionInfo(unsigned int uObj1ID, unsigned int uObj2ID, struct AIDirection *pOut, int a4); |
213 static void Explode(unsigned int uActorID); | 213 static void Explode(unsigned int uActorID); |
214 static void AI_RangedAttack(unsigned int uActorID, struct AIDirection *a2, int type, char a4); | 214 static void AI_RangedAttack(unsigned int uActorID, struct AIDirection *a2, int type, char a4); |
215 static void AI_SpellAttack(unsigned int uActorID, struct AIDirection *pDir, int uSpellID, int a4, unsigned int uSkillLevel); | 215 static void AI_SpellAttack(unsigned int uActorID, struct AIDirection *pDir, int uSpellID, int a4, unsigned int uSkillLevel); |
216 static void ActorDamageFromMonster(signed int attacker_id, unsigned int actor_id, struct Vec3_int_ *pVelocity, signed int a4); | |
216 | 217 |
217 static unsigned short GetObjDescId( int spellId ); | 218 static unsigned short GetObjDescId( int spellId ); |
218 | 219 |
219 static void AggroSurroundingPeasants(unsigned int uActorID, int a2); | 220 static void AggroSurroundingPeasants(unsigned int uActorID, int a2); |
220 static bool ArePeasantsOfSameFaction(Actor *a1, Actor *a2); | 221 static bool ArePeasantsOfSameFaction(Actor *a1, Actor *a2); |