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

Method getStunRecovery

src/Ruleset/RuleItem.cpp:568–571  ·  view source on GitHub ↗

* Gets the amount of stun removed from a soldier's stun level. * @return The amount of stun removed. */

Source from the content-addressed store, hash-verified

566 * @return The amount of stun removed.
567 */
568int RuleItem::getStunRecovery () const
569{
570 return _stunRecovery;
571}
572
573/**
574 * Gets the number of Time Units needed to use this item.

Callers 1

onStimulantClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected