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

Method getConditionName

src/Ruleset/StatStringCondition.cpp:49–52  ·  view source on GitHub ↗

* Gets the condition string. * @return Name of the associated stat. */

Source from the content-addressed store, hash-verified

47 * @return Name of the associated stat.
48 */
49const std::string StatStringCondition::getConditionName()
50{
51 return _conditionName;
52}
53
54/**
55 * Gets the minimum value for the condition (default is 0).

Callers 1

calcStatStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected