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

Method getSegment

src/Savegame/Node.cpp:144–147  ·  view source on GitHub ↗

* Gets the Node's segment. * @return segment */

Source from the content-addressed store, hash-verified

142 * @return segment
143 */
144int Node::getSegment() const
145{
146 return _segment;
147}
148
149/// get the node's paths
150std::vector<int> *Node::getNodeLinks()

Callers 1

generateMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected