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

Method getStunlevel

src/Savegame/BattleUnit.cpp:1015–1018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013}
1014
1015int BattleUnit::getStunlevel() const
1016{
1017 return _stunlevel;
1018}
1019
1020/**
1021 * Raises a unit's stun level sufficiently so that the unit is ready to become unconscious.

Callers 11

thinkMethod · 0.80
initMethod · 0.80
checkForCasualtiesMethod · 0.80
onHealClickMethod · 0.80
onStimulantClickMethod · 0.80
updateSoldierInfoMethod · 0.80
initMethod · 0.80
getSpottingUnitsMethod · 0.80
hitMethod · 0.80
applyGravityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected