MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getCurrentItemId

Method getCurrentItemId

src/Savegame/SavedBattleGame.cpp:1086–1089  ·  view source on GitHub ↗

* Gets the current item ID. * @return Current item ID pointer. */

Source from the content-addressed store, hash-verified

1084 * @return Current item ID pointer.
1085 */
1086int *SavedBattleGame::getCurrentItemId()
1087{
1088 return &_itemId;
1089}
1090
1091/**
1092 * Finds a fitting node where a unit can spawn.

Callers 8

deployXCOMMethod · 0.80
addXCOMVehicleMethod · 0.80
deployAliensMethod · 0.80
fuelPowerSourcesMethod · 0.80
handleAIMethod · 0.80
primaryActionMethod · 0.80
convertUnitMethod · 0.80
convertUnitToCorpseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected