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

Method getID

src/Savegame/Node.cpp:108–111  ·  view source on GitHub ↗

* Get the node's id * @return unique id */

Source from the content-addressed store, hash-verified

106 * @return unique id
107 */
108int Node::getID() const
109{
110 return _id;
111}
112
113/**
114 * Get the rank of units that can spawn on this node.

Callers 7

saveMethod · 0.80
ufoReachedWaypointMethod · 0.80
generateMapMethod · 0.80
saveMethod · 0.80
saveMethod · 0.80
time5SecondsMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected