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

Method getWidth

src/Ruleset/ExtraSprites.cpp:68–71  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

66 * @return The width of the surfaces.
67 */
68int ExtraSprites::getWidth() const
69{
70 return _width;
71}
72
73/**
74 * Gets the height of the surfaces (used for single images and new spritesets).

Callers 1

XcomResourcePackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected