This commit is contained in:
Frank
2020-08-25 01:03:18 +02:00
parent cfc45cf068
commit 3f39ec0ae0
6 changed files with 169 additions and 77 deletions

View File

@@ -7530,6 +7530,10 @@ function WAREHOUSE:_FindParkingForAssets(airbase, assets)
-- Get parking spot data table. This contains all free and "non-free" spots.
local parkingdata=airbase.parking --airbase:GetParkingSpotsTable()
---
-- Find all obstacles
---
-- List of obstacles.
local obstacles={}
@@ -7579,6 +7583,10 @@ function WAREHOUSE:_FindParkingForAssets(airbase, assets)
end
end
---
-- Get Parking Spots
---
-- Parking data for all assets.
local parking={}