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

Method getId

src/Savegame/Craft.cpp:284–287  ·  view source on GitHub ↗

* Returns the craft's unique ID. Each craft * can be identified by its type and ID. * @return Unique ID. */

Source from the content-addressed store, hash-verified

282 * @return Unique ID.
283 */
284int Craft::getId() const
285{
286 return _id;
287}
288
289/**
290 * Returns the craft's unique identifying name.

Callers 1

loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected