mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
Merge branch 'development' of https://github.com/GarageGames/Torque3D into AIExtracts
Conflicts: Engine/source/T3D/aiPlayer.cpp
This commit is contained in:
commit
262cc4bac1
293 changed files with 11902 additions and 2097 deletions
|
|
@ -182,7 +182,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