Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-03-16 12:09:21 +00:00
parent e4cede7c56
commit 0c27614143
24 changed files with 721 additions and 918 deletions
+15 -2
View File
@@ -2055,7 +2055,7 @@ When a missile is detected, SHORAD will activate defense groups in the given rad
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SHORAD).onafterWakeUpShorad">SHORAD:onafterWakeUpShorad(TargetGroup, Radius, ActiveTimer, TargetCat, From, Event, To)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SHORAD).onafterWakeUpShorad">SHORAD:onafterWakeUpShorad(TargetGroup, Radius, ActiveTimer, TargetCat, ShotAt, From, Event, To)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Wake up #SHORADs in a zone with diameter Radius for ActiveTimer seconds</p>
</td>
@@ -4100,7 +4100,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(SHORAD).onafterWakeUpShorad" ><strong>SHORAD:onafterWakeUpShorad(TargetGroup, Radius, ActiveTimer, TargetCat, From, Event, To)</strong></a></h2>
<h2><a id="#(SHORAD).onafterWakeUpShorad" ><strong>SHORAD:onafterWakeUpShorad(TargetGroup, Radius, ActiveTimer, TargetCat, ShotAt, From, Event, To)</strong></a></h2>
</div>
<p>Wake up #SHORADs in a zone with diameter Radius for ActiveTimer seconds</p>
@@ -4164,6 +4164,19 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>ShotAt</strong></strong>
</p>
</div>
<div class="w3-half">
<p>If true, function is called after a shot</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>