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

Method getConditions

src/Ruleset/StatString.cpp:83–86  ·  view source on GitHub ↗

* Returns the conditions associated with this StatString. * @return List of StatStringConditions. */

Source from the content-addressed store, hash-verified

81 * @return List of StatStringConditions.
82 */
83const std::vector< StatStringCondition* > StatString::getConditions()
84{
85 return _conditions;
86}
87
88/**
89 * Returns the string to add to a name for this StatString.

Callers 1

calcStatStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected