sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame
513 Bytes
--- 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