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

Method getSounds

src/Ruleset/ExtraSounds.cpp:54–57  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

52 * @return The list of sounds defined my this mod.
53 */
54std::map<int, std::string> *ExtraSounds::getSounds()
55{
56 return &_sounds;
57}
58
59/**
60 * Gets the mod index for this external sounds set.

Callers 1

XcomResourcePackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected