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

Method getString

src/Ruleset/StatString.cpp:92–95  ·  view source on GitHub ↗

* Returns the string to add to a name for this StatString. * @return StatString... string. */

Source from the content-addressed store, hash-verified

90 * @return StatString... string.
91 */
92const std::string StatString::getString()
93{
94 return _stringToBeAddedIfAllConditionsAreMet;
95}
96
97/**
98 * Calculates the list of StatStrings that apply to certain unit stats.

Callers 1

calcStatStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected