MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getCharging

Method getCharging

src/Savegame/BattleUnit.cpp:2423–2426  ·  view source on GitHub ↗

* Get the units we are charging towards. * @return Charge Target */

Source from the content-addressed store, hash-verified

2421 * @return Charge Target
2422 */
2423BattleUnit *BattleUnit::getCharging()
2424{
2425 return _charging;
2426}
2427
2428/**
2429 * Get the units carried weight in strength units.

Callers 5

thinkMethod · 0.80
evaluateAIModeMethod · 0.80
thinkMethod · 0.80
postPathProceduresMethod · 0.80
handleAIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected