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

Method getHitFrame

src/Savegame/Ufo.cpp:676–679  ·  view source on GitHub ↗

Gets the UFO's hit frame.

Source from the content-addressed store, hash-verified

674}
675/// Gets the UFO's hit frame.
676int Ufo::getHitFrame()
677{
678 return _hitFrame;
679}
680}

Callers 3

animateMethod · 0.80
moveMethod · 0.80
drawUfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected