MCPcopy 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.
661int Ufo::getCrashId() const
662{
663 return _crashId;
664}
665/// Sets the UFO's crash site ID.
666void Ufo::setCrashId(int id)
667{

Callers 1

moveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected