MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / explore

Method explore

source/game/StarPlatformerAStar.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 Maybe<bool> PathFinder::explore(Maybe<unsigned> maxExploreNodes) {
71 return m_astar->explore(maxExploreNodes);
72 }
73
74 Maybe<Path> const& PathFinder::result() const {
75 return m_astar->result();

Callers 2

findPathMethod · 0.45
findPlatformerPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected