File size: 513 Bytes
b6a38d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Path Finder related functions.

function pf.GetPosPath(src, dst, pfclass, range, min_range, path_owner, restrict_radius, restrict_center, path_flags)
end

function pf.HasPosPath(src, dst, pfclass, range, min_range, path_owner, restrict_radius, restrict_center, path_flags)
end

function pf.PosPathLen(src, dst, pfclass, range, min_range, path_owner, restrict_radius, restrict_center, path_flags)
end

function pf.GetLinearDist(src, dst)
end

function pf.GetPathLen(obj, end_idx, max_length, skip_tunnels)
end