* Sets the location for the bot to aim at * * @param location Point to aim at */
| 179 | * @param location Point to aim at |
| 180 | */ |
| 181 | void AIClient::setAimLocation( const Point3F &location ) { |
| 182 | mAimLocation = location; |
| 183 | mAimToDestination = false; |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * Clears the aim location and sets it to the bot's |