Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ reset
Method
reset
src/Battlescape/PathfindingNode.cpp:54–58 ·
view source on GitHub ↗
* Resets the node. */
Source
from the content-addressed store, hash-verified
52
* Resets the node.
53
*/
54
void PathfindingNode::reset()
55
{
56
_checked = false;
57
_openentry = 0;
58
}
59
60
/**
61
* Gets the checked status of this node.
Callers
2
aStarPath
Method · 0.45
findReachable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected