Steve Acaster's Ai Poses

This commit is contained in:
Anis A. Hireche 2016-02-26 15:53:20 +01:00
parent 443cd2d607
commit f701228a37
5 changed files with 68 additions and 13 deletions

View file

@ -179,7 +179,9 @@ public:
void setMoveDestination( const Point3F &location, bool slowdown );
Point3F getMoveDestination() const { return mMoveDestination; }
void stopMove();
void setAiPose( S32 pose );
S32 getAiPose();
// Trigger sets/gets
void setMoveTrigger( U32 slot, const bool isSet = true );
bool getMoveTrigger( U32 slot ) const;