* Gets whether the unit was hit. * @return if it was hit. */
| 402 | * @return if it was hit. |
| 403 | */ |
| 404 | bool AlienBAIState::getWasHit() const |
| 405 | { |
| 406 | return _wasHit; |
| 407 | } |
| 408 | /* |
| 409 | * Sets up a patrol action. |
| 410 | * this is mainly going from node to node, moving about the map. |