mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Steve Acaster's Ai Poses
This commit is contained in:
parent
443cd2d607
commit
f701228a37
5 changed files with 68 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue