mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
aiController.setMoveDestination test
This commit is contained in:
parent
19e73c0be2
commit
201b7bf695
3 changed files with 18 additions and 1 deletions
|
|
@ -2287,6 +2287,7 @@ bool Player::getAIMove(Move* move)
|
|||
if (mAIController)
|
||||
{
|
||||
mAIController->getAIMove(move); //actual result
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue