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

Method getSingleImage

src/Ruleset/ExtraSprites.cpp:86–89  ·  view source on GitHub ↗

* Returns whether this is a single surface as opposed to a set of surfaces. * @return True if this is a single surface. */

Source from the content-addressed store, hash-verified

84 * @return True if this is a single surface.
85 */
86bool ExtraSprites::getSingleImage() const
87{
88 return _singleImage;
89}
90
91/**
92 * Gets the mod index for this external sprite set.

Callers 1

XcomResourcePackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected