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

Method getHeight

src/Ruleset/ExtraSprites.cpp:77–80  ·  view source on GitHub ↗

* Gets the height of the surfaces (used for single images and new spritesets). * @return The height of the surfaces. */

Source from the content-addressed store, hash-verified

75 * @return The height of the surfaces.
76 */
77int ExtraSprites::getHeight() const
78{
79 return _height;
80}
81
82/**
83 * Returns whether this is a single surface as opposed to a set of surfaces.

Callers 1

XcomResourcePackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected