Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ setId
Method
setId
src/Savegame/Ufo.cpp:243–246 ·
view source on GitHub ↗
* Changes the UFO's unique ID. * @param id Unique ID. */
Source
from the content-addressed store, hash-verified
241
* @param id Unique ID.
242
*/
243
void Ufo::setId(int id)
244
{
245
_id = id;
246
}
247
248
/**
249
* Returns the UFO's unique identifying name.
Callers
10
btnOkClick
Method · 0.45
btnCancelClick
Method · 0.45
UfoDetectedState
Method · 0.45
time5Seconds
Method · 0.45
operator()
Method · 0.45
time1Month
Method · 0.45
determineAlienMissions
Method · 0.45
setupTerrorMission
Method · 0.45
btnOkClick
Method · 0.45
move
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected