Returns the largest height difference between the given positions.
1193 {
1194 float high = -9999999;
1195 float low = 99999999;
1196
1197 for (int i = 0; i < positions.Count(); i++)
1198 {
1199 vector pos = positions.Get(i);
1202
1205
1208
1209 ;
1210 }
1211
1212 return high - low;
1213 }
proto native float SurfaceRoadY(float x, float z, RoadSurfaceDetection rsd=RoadSurfaceDetection.LEGACY)