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