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

Method getDrawingRoutine

src/Ruleset/Armor.cpp:183–186  ·  view source on GitHub ↗

* Gets the drawing routine ID. * @return The drawing routine ID. */

Source from the content-addressed store, hash-verified

181 * @return The drawing routine ID.
182 */
183int Armor::getDrawingRoutine() const
184{
185 return _drawingRoutine;
186}
187
188/**
189 * Gets the movement type of this armor.

Callers 2

animateMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected