This commit is contained in:
parent
1cb38b14cc
commit
b6e036bf51
62 changed files with 134 additions and 149 deletions
|
@ -21,15 +21,15 @@
|
|||
class CNpcSpiderCrabEnemy : public CNpcEnemy
|
||||
{
|
||||
public:
|
||||
virtual void postInit();
|
||||
virtual u8 canCollideWithEnemy();
|
||||
virtual void processEnemyCollision( CThing *thisThing );
|
||||
void postInit();
|
||||
u8 canCollideWithEnemy();
|
||||
void processEnemyCollision( CThing *thisThing );
|
||||
protected:
|
||||
virtual void processMovementModifier( int _frames, s32 distX, s32 distY, s32 dist, s16 headingChange );
|
||||
virtual bool processSensor();
|
||||
virtual void processClose( int _frames );
|
||||
virtual void processCollision();
|
||||
virtual void processMovement( int _frames );
|
||||
void processMovementModifier( int _frames, s32 distX, s32 distY, s32 dist, s16 headingChange );
|
||||
bool processSensor();
|
||||
void processClose( int _frames );
|
||||
void processCollision();
|
||||
void processMovement( int _frames );
|
||||
void processSpiderCrabInitJumpMovement( int _frames );
|
||||
|
||||
s32 m_attackDist;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue