Warehouse v0.2.2

This commit is contained in:
funkyfranky
2018-08-20 00:08:19 +02:00
parent 8bcdbef426
commit d1aa5d5de3
4 changed files with 229 additions and 202 deletions

View File

@@ -533,8 +533,8 @@ end
-- SpawnCountryID, SpawnCategoryID
-- This method is used by the SPAWN class.
-- @param #DATABASE self
-- @param #table SpawnTemplate
-- @return #DATABASE self
-- @param #table SpawnTemplate Template of the group to spawn.
-- @return Wrapper.Group#GROUP Spawned group.
function DATABASE:Spawn( SpawnTemplate )
self:F( SpawnTemplate.name )

View File

@@ -1028,6 +1028,7 @@ do -- COORDINATE
RoutePoint.task.params = {}
RoutePoint.task.params.tasks = DCSTasks or {}
self:E({RoutePoint=RoutePoint})
return RoutePoint
end