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

Method getType

src/Savegame/Node.cpp:159–162  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

157 * @return type
158 */
159int Node::getType() const
160{
161 return _type;
162}
163
164bool Node::isAllocated() const
165{

Callers 15

saveMethod · 0.45
loadMethod · 0.45
getSpawnNodeMethod · 0.45
getPatrolNodeMethod · 0.45
loadMethod · 0.45
getTotalSoldiersMethod · 0.45
getTotalScientistsMethod · 0.45
getTotalEngineersMethod · 0.45
getUsedStoresMethod · 0.45
getUsedHangarsMethod · 0.45
getCraftCountMethod · 0.45
getUsedContainmentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected