DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ FindPath()

proto native bool AIWorld::FindPath ( vector from,
vector to,
PGFilter pgFilter,
out TVectorArray waypoints )
private

Finds path on navmesh using path graph filter.

/param [in] from starting position /param [in] to ending position /param [in] pgFilter filter used for searching /param [out] waypoints waypoints array including starting and ending position /returns true - if path has been found