MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / NodeCost

Class NodeCost

Source/Utils/micropather.h:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 class PathNode;
191
192 struct NodeCost
193 {
194 PathNode* node;
195 float cost;
196 };
197
198
199 /*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected