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

Method Node

src/Savegame/Node.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25Node::Node() : _id(0), _segment(0), _type(0), _rank(0), _flags(0), _reserved(0), _priority(0), _allocated(false)
26{
27
28}
29
30/**
31 * Initializes a Node.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected