Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ AIPathComplete
Function
AIPathComplete
Descent3/aipath.cpp:340–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
static void AIPathComplete(object *obj) { GoalPathComplete(obj); }
341
342
void AIPathMoveTurnTowardsNode(object *obj, vector *mdir, bool *f_moved) {
343
ai_path_info *aip = &obj->ai_info->path;
Callers
1
AIPathMoveTurnTowardsNode
Function · 0.85
Calls
1
GoalPathComplete
Function · 0.85
Tested by
no test coverage detected