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

Function AIPathSetAtEnd

Descent3/aipath.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280static void AIPathSetAtEnd(ai_path_info *aip) {
281 aip->cur_path = aip->num_paths - 1;
282 aip->cur_node = aip->path_end_node[aip->num_paths - 1];
283}
284
285void AIPathSetAtStart(ai_path_info *aip) {
286 aip->cur_path = 0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected