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

Method getSubX

src/Ruleset/ExtraSprites.cpp:104–107  ·  view source on GitHub ↗

* Gets the x subdivision. * @return The x subdivision. */

Source from the content-addressed store, hash-verified

102 * @return The x subdivision.
103 */
104int ExtraSprites::getSubX() const
105{
106 return _subX;
107}
108
109/**
110 * Gets the y subdivision.

Callers 1

XcomResourcePackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected