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

Method getStrings

src/Ruleset/ExtraStrings.cpp:55–58  ·  view source on GitHub ↗

* Gets the list of strings defined my this mod. * @return The list of strings. */

Source from the content-addressed store, hash-verified

53 * @return The list of strings.
54 */
55std::map<std::string, std::string> *ExtraStrings::getStrings()
56{
57 return &_strings;
58}
59}

Callers 1

loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected