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

Method getStatCaps

src/Ruleset/RuleSoldier.cpp:89–92  ·  view source on GitHub ↗

* Gets the stat caps. * @return The stat caps. */

Source from the content-addressed store, hash-verified

87 * @return The stat caps.
88 */
89UnitStats RuleSoldier::getStatCaps() const
90{
91 return _statCaps;
92}
93
94/**
95 * Gets the height of the soldier when it's standing.

Callers 3

trainPsiMethod · 0.80
trainPsi1DayMethod · 0.80
postMissionProceduresMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected