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

Method getModSprite

src/Ruleset/RuleUfo.cpp:219–222  ·  view source on GitHub ↗

* For user-defined UFOs, use a surface for the "preview" image. * @return The name of the surface that represents this UFO. */

Source from the content-addressed store, hash-verified

217 * @return The name of the surface that represents this UFO.
218 */
219std::string RuleUfo::getModSprite() const
220{
221 return _modSprite;
222}
223
224}

Callers 2

DogfightStateMethod · 0.80
ArticleStateUfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected