Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
159
int Node::getType() const
160
{
161
return _type;
162
}
163
164
bool Node::isAllocated() const
165
{
Callers
15
save
Method · 0.45
load
Method · 0.45
getSpawnNode
Method · 0.45
getPatrolNode
Method · 0.45
load
Method · 0.45
getTotalSoldiers
Method · 0.45
getTotalScientists
Method · 0.45
getTotalEngineers
Method · 0.45
getUsedStores
Method · 0.45
getUsedHangars
Method · 0.45
getCraftCount
Method · 0.45
getUsedContainment
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected