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

Method getStatStrings

src/Ruleset/Ruleset.cpp:1188–1191  ·  view source on GitHub ↗

* Gets the list of StatStrings. * @return The list of StatStrings. */

Source from the content-addressed store, hash-verified

1186 * @return The list of StatStrings.
1187 */
1188std::vector<StatString *> Ruleset::getStatStrings() const
1189{
1190 return _statStrings;
1191}
1192
1193/**
1194 * Compares rules based on their list orders.

Callers 4

loadMethod · 0.80
prepareDebriefingMethod · 0.80
time1DayMethod · 0.80
time1MonthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected