MCPcopy 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.
666void Ufo::setCrashId(int id)
667{
668 _crashId = id;
669}
670/// Sets the UFO's hit frame.
671void Ufo::setHitFrame(int frame)
672{

Callers 1

moveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected