Starting to harmonize the new TASK logic with the old DETECTION_DISPATCHER

This commit is contained in:
FlightControl
2016-11-23 18:37:12 +01:00
parent 20dca5088a
commit 35ac87109b
12 changed files with 98 additions and 197 deletions

View File

@@ -1,6 +1,13 @@
env.info( "Lua Version = " .. _VERSION )
-- Test Garbage control of one declared PROCESS.
do
local Process = PROCESS_ASSIGN_ACCEPT:New( "SEAD the Area" )
end
collectgarbage()
local Mission = MISSION:New( 'SEAD Targets', "Strategic", "SEAD the enemy", coalition.side.RED )
local Scoring = SCORING:New( "SEAD" )