Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
108
int Node::getID() const
109
{
110
return _id;
111
}
112
113
/**
114
* Get the rank of units that can spawn on this node.
Callers
7
save
Method · 0.80
ufoReachedWaypoint
Method · 0.80
generateMap
Method · 0.80
save
Method · 0.80
save
Method · 0.80
time5Seconds
Method · 0.80
operator()
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected