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

Method getNodeLinks

src/Savegame/Node.cpp:150–153  ·  view source on GitHub ↗

get the node's paths

Source from the content-addressed store, hash-verified

148
149/// get the node's paths
150std::vector<int> *Node::getNodeLinks()
151{
152 return &_nodeLinks;
153}
154
155/**
156 * Gets the Node's type.

Callers 3

getPatrolNodeMethod · 0.80
generateMapMethod · 0.80
loadRMPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected