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

Method getMinVal

src/Ruleset/StatStringCondition.cpp:58–61  ·  view source on GitHub ↗

* Gets the minimum value for the condition (default is 0). * @return The minimum value. */

Source from the content-addressed store, hash-verified

56 * @return The minimum value.
57 */
58int StatStringCondition::getMinVal()
59{
60 return _minVal;
61}
62
63/**
64 * Gets the maximum value for the condition (default is 255).

Callers 1

calcStatStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected