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

Method getGeoscapeSoldier

src/Savegame/BattleUnit.cpp:2302–2305  ·  view source on GitHub ↗

* Get the geoscape-soldier object. * @return soldier. */

Source from the content-addressed store, hash-verified

2300 * @return soldier.
2301 */
2302Soldier *BattleUnit::getGeoscapeSoldier() const
2303{
2304 return _geoscapeSoldier;
2305}
2306
2307/**
2308 * Add a kill to the counter.

Callers 8

nextStageMethod · 0.80
deployXCOMMethod · 0.80
placeItemByLayoutMethod · 0.80
addItemMethod · 0.80
saveEquipmentLayoutMethod · 0.80
drawRoutine0Method · 0.80
btnOkClickMethod · 0.80
getKneelReservedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected