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

Function AIPathInitPath

Descent3/aipath.cpp:576–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576bool AIPathInitPath(ai_path_info *aip) {
577 ASSERT(aip);
578
579 aip->num_paths = 0;
580 aip->cur_path = 0;
581 aip->cur_node = 0;
582
583 aip->goal_index = -1;
584 aip->goal_uid = -1;
585
586 return true;
587}
588
589bool AIPathFreePath(ai_path_info *aip) {
590 int i;

Callers 5

AIInitFunction · 0.85
AIPathFreePathFunction · 0.85
MakeTestPathFunction · 0.85
PlayerSetControlToAIFunction · 0.85
Cinematic_StartCineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected