* Returns the BattleUnit's unique ID. * @return Unique ID. */
| 291 | * @return Unique ID. |
| 292 | */ |
| 293 | int BattleUnit::getId() const |
| 294 | { |
| 295 | return _id; |
| 296 | } |
| 297 | |
| 298 | /** |
| 299 | * Changes the BattleUnit's position. |
no outgoing calls
no test coverage detected