Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1015
int 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
reviveUnconsciousUnits
Method · 0.80
think
Method · 0.80
init
Method · 0.80
checkForCasualties
Method · 0.80
onHealClick
Method · 0.80
onStimulantClick
Method · 0.80
updateSoldierInfo
Method · 0.80
init
Method · 0.80
getSpottingUnits
Method · 0.80
hit
Method · 0.80
applyGravity
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected