mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-25 22:43:00 +00:00
52f4051901
-- Documentation fixes with links not working. -- MENU_CLIENT_COMMAND had a small glitch, fixed that one too. -- Implemented new Event Dispatcher. --
10 lines
383 B
Lua
10 lines
383 B
Lua
|
|
|
|
local FACSetGroup = SET_GROUP:New():FilterPrefixes( "FAC Group" ):FilterStart()
|
|
|
|
local FACDetection = DETECTION_AREAS:New( FACSetGroup, 1000, 250 )
|
|
local SeadClientSet = SET_CLIENT:New():FilterCoalitions( "blue" ):FilterStart()
|
|
local DestroyClientSet = SET_CLIENT:New():FilterCoalitions( "blue" ):FilterStart()
|
|
|
|
local FACReporting = FAC_REPORTING:New( FACClientSet, FACDetection )
|