mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-16 14:12:47 +00:00
Merge pull request #2576 from FlightControl-Master/master-ng
Update TARS.lua
This commit is contained in:
@@ -180,11 +180,15 @@ TARS_SESSION.debug = false
|
||||
-- TARS.detectUnits = true -- capture UNIT objects
|
||||
-- TARS.detectStatics = false -- capture STATIC objects incl. of FARPs
|
||||
--
|
||||
-- ### UNIT Filters
|
||||
-- ### Target UNIT Filters
|
||||
--
|
||||
-- TARS.units = { air=false, ground=true, ship=true }
|
||||
--
|
||||
-- ### Target UNIT Name Filters
|
||||
--
|
||||
-- TARS.targetNameFilter = { enabled = true, keywords = { [coalition.side.BLUE] = { "USA" }, [coalition.side.RED] = { "USSR" },},}
|
||||
--
|
||||
-- ### STATIC Filters
|
||||
-- ### Target STATIC Filters
|
||||
--
|
||||
-- TARS.statics = {
|
||||
-- farps=true,
|
||||
|
||||
Reference in New Issue
Block a user