mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
added spawning
Tile test tool now spawns classes and data Test avoidance added to aicontroller and ainavigation
This commit is contained in:
parent
a5e969a8fd
commit
f730d0bf1c
8 changed files with 286 additions and 301 deletions
|
|
@ -98,6 +98,7 @@ struct AINavigation
|
|||
|
||||
/// Move to the specified node in the current path.
|
||||
void moveToNode(S32 node);
|
||||
bool avoidObstacles();
|
||||
bool flock();
|
||||
#endif
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue