mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-18 13:15:26 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -1571,12 +1571,17 @@ your mission before loading.</p>
|
||||
TARS.detectStatics = false -- capture STATIC objects incl. of FARPs
|
||||
</code></pre>
|
||||
|
||||
<h3>UNIT Filters</h3>
|
||||
<h3>Target UNIT Filters</h3>
|
||||
|
||||
<pre><code> TARS.units = { air=false, ground=true, ship=true }
|
||||
</code></pre>
|
||||
|
||||
<h3>STATIC Filters</h3>
|
||||
<h3>Target UNIT Name Filters</h3>
|
||||
|
||||
<pre><code> TARS.targetNameFilter = { enabled = true, keywords = { [coalition.side.BLUE] = { "USA" }, [coalition.side.RED] = { "USSR" },},}
|
||||
</code></pre>
|
||||
|
||||
<h3>Target STATIC Filters</h3>
|
||||
|
||||
<pre><code> TARS.statics = {
|
||||
farps=true,
|
||||
|
||||
Reference in New Issue
Block a user