This commit is contained in:
parent
7c42177848
commit
c2d7d07d8b
20 changed files with 261 additions and 844 deletions
|
@ -23,15 +23,19 @@ class CNpcBranchPlatform : public CNpcPlatform
|
|||
public:
|
||||
virtual void postInit();
|
||||
virtual void render();
|
||||
virtual int getHeightFromPlatformAtPosition(int _x,int _y, int offsetX = 0, int offsetY = 0);
|
||||
protected:
|
||||
virtual void setWaypoints( sThingPlatform *ThisPlatform );
|
||||
virtual void processMovement( int _frames );
|
||||
virtual sBBox &getBBox();
|
||||
|
||||
virtual void collidedWith(CThing *_thisThing);
|
||||
virtual void calculateBoundingBoxSize();
|
||||
//virtual void collidedWith(CThing *_thisThing);
|
||||
//virtual void calculateBoundingBoxSize();
|
||||
//virtual int getHeightFromPlatformAtPosition(int _x,int _y, int offsetX = 0, int offsetY = 0);
|
||||
|
||||
s32 m_angularVelocity;
|
||||
u8 m_reversed;
|
||||
sBBox m_boundingBox;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue