mirror of
https://github.com/iTracerFacer/DCS_MissionDev.git
synced 2025-12-03 04:14:46 +00:00
10 lines
353 B
Lua
10 lines
353 B
Lua
|
|
|
|
FACSetGroup = SET_GROUP:New():FilterPrefixes( "FAC Group" ):FilterStart()
|
|
|
|
FACDetection = DETECTION_AREAS:New( FACSetGroup, 1000, 250 )
|
|
SeadClientSet = SET_CLIENT:New():FilterCoalitions( "blue" ):FilterStart()
|
|
DestroyClientSet = SET_CLIENT:New():FilterCoalitions( "blue" ):FilterStart()
|
|
|
|
FACReporting = FAC_REPORTING:New( FACClientSet, FACDetection )
|