Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ isTarget
Method
isTarget
src/Savegame/Node.cpp:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
bool Node::isTarget() const
180
{
181
return _reserved == 5;
182
}
183
184
void Node::setType(int type)
185
{
Callers
1
setupPatrol
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected