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

Method getId

src/Savegame/BattleItem.cpp:408–411  ·  view source on GitHub ↗

* Gets the item's id. * @return The item's id. */

Source from the content-addressed store, hash-verified

406 * @return The item's id.
407 */
408int BattleItem::getId() const
409{
410 return _id;
411}
412
413/**
414 * Gets the corpse's unit.

Callers 1

saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected