MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / AIPathSetAtStart

Function AIPathSetAtStart

Descent3/aipath.cpp:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void AIPathSetAtStart(ai_path_info *aip) {
286 aip->cur_path = 0;
287 aip->cur_node = aip->path_start_node[0];
288}
289
290static bool AIPathMoveToPrevNode(ai_path_info *aip) {
291 int c_path = aip->cur_path;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected