Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ setCrashId
Method
setCrashId
src/Savegame/Ufo.cpp:666–669 ·
view source on GitHub ↗
Sets the UFO's crash site ID.
Source
from the content-addressed store, hash-verified
664
}
665
/// Sets the UFO's crash site ID.
666
void Ufo::setCrashId(int id)
667
{
668
_crashId = id;
669
}
670
/// Sets the UFO's hit frame.
671
void Ufo::setHitFrame(int frame)
672
{
Callers
1
move
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected