X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fdefault%2Fwaypoints.qh;fp=qcsrc%2Fserver%2Fbot%2Fdefault%2Fwaypoints.qh;h=e9aa1ee12a64213aa9fb8af5feb11347495ba02e;hb=a2f0b94d4b69d2009c8bac03be0783a63c9458bb;hp=25356446a4d1c05d40ece80c5e6f81f64cbfab7e;hpb=ad8173adea48a7e034a64a1696bb8bacdb16aa76;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/bot/default/waypoints.qh b/qcsrc/server/bot/default/waypoints.qh index 25356446a..e9aa1ee12 100644 --- a/qcsrc/server/bot/default/waypoints.qh +++ b/qcsrc/server/bot/default/waypoints.qh @@ -67,6 +67,8 @@ void waypoint_think(entity this); void waypoint_clearlinks(entity wp); void waypoint_schedulerelink(entity wp); +float waypoint_get_assigned_link_cost(entity w, float i); + float waypoint_getlinkcost(entity from, entity to); float waypoint_gettravelcost(vector from, vector to, entity from_ent, entity to_ent); float waypoint_getlinearcost(float dist);