Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ setParent
Method
setParent
source/gamemap/GameMap.cpp:135–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
{ return parent; }
134
135
inline void setParent(AstarEntry* newParent)
136
{ parent = newParent; }
137
138
inline const double& getG() const
139
{ return g; }
Callers
1
path
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected