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

Method getSprites

src/Ruleset/ExtraSprites.cpp:59–62  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

57 * @return The list of sprites.
58 */
59std::map<int, std::string> *ExtraSprites::getSprites()
60{
61 return &_sprites;
62}
63
64/**
65 * Gets the width of the surfaces (used for single images and new spritesets).

Callers 1

XcomResourcePackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected