Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2026-04-15 08:31:19 +00:00
parent 8a45b46764
commit 4240531732
21 changed files with 524 additions and 839 deletions
+7 -2
View File
@@ -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,