Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
RoadNetworkManager.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 proto int GetClosestRoad(vector pos, out BaseRoad foundRoad, out float distance, bool skipNavlinks = false);
15 proto int GetRoadsInAABB(vector aabbMin, vector aabbMax, out array<BaseRoad> outRoads);
16 proto bool GetReachableWaypointInRoad(vector agentPos, vector goalPos, float range, out vector outPos);
17}
18
float distance