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

Method getMaxVal

src/Ruleset/StatStringCondition.cpp:67–70  ·  view source on GitHub ↗

* Gets the maximum value for the condition (default is 255). * @return The maximum value. */

Source from the content-addressed store, hash-verified

65 * @return The maximum value.
66 */
67int StatStringCondition::getMaxVal()
68{
69 return _maxVal;
70}
71
72}

Callers 1

calcStatStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected