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

Method getSpriteShape

src/Ruleset/RuleBaseFacility.cpp:125–128  ·  view source on GitHub ↗

* Gets the ID of the sprite used to draw the * base structure of the facility that defines its shape. * @return The sprite ID. */

Source from the content-addressed store, hash-verified

123 * @return The sprite ID.
124 */
125int RuleBaseFacility::getSpriteShape() const
126{
127 return _spriteShape;
128}
129
130/**
131 * Gets the ID of the sprite used to draw the

Callers 2

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected