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

Method isAllocated

src/Savegame/Node.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164bool Node::isAllocated() const
165{
166 return _allocated;
167}
168
169void Node::allocateNode()
170{

Callers 2

getPatrolNodeMethod · 0.80
setupPatrolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected