Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
676
int Ufo::getHitFrame()
677
{
678
return _hitFrame;
679
}
680
}
Callers
3
animate
Method · 0.80
move
Method · 0.80
drawUfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected