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