* Get the rank of units that can spawn on this node. * @return noderank */
| 115 | * @return noderank |
| 116 | */ |
| 117 | NodeRank Node::getRank() const |
| 118 | { |
| 119 | return (NodeRank)_rank; |
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * Get the priority of this spawnpoint. |
no outgoing calls
no test coverage detected