* Get the units we are charging towards. * @return Charge Target */
| 2421 | * @return Charge Target |
| 2422 | */ |
| 2423 | BattleUnit *BattleUnit::getCharging() |
| 2424 | { |
| 2425 | return _charging; |
| 2426 | } |
| 2427 | |
| 2428 | /** |
| 2429 | * Get the units carried weight in strength units. |
no outgoing calls
no test coverage detected