MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / setG

Method setG

source/gamemap/GameMap.cpp:141–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 { return g; }
140
141 inline void setG(const double& newG)
142 { g = newG; }
143
144private:
145 bool mHasBeenProcessed;

Callers 1

pathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected