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

Method getRank

src/Savegame/Node.cpp:117–120  ·  view source on GitHub ↗

* Get the rank of units that can spawn on this node. * @return noderank */

Source from the content-addressed store, hash-verified

115 * @return noderank
116 */
117NodeRank Node::getRank() const
118{
119 return (NodeRank)_rank;
120}
121
122/**
123 * Get the priority of this spawnpoint.

Callers 5

getSpawnNodeMethod · 0.45
getPatrolNodeMethod · 0.45
inspectSoldiersMethod · 0.45
BattleUnitMethod · 0.45
postMissionProceduresMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected