Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-07-31 07:28:37 +00:00
parent 61fc479bc8
commit 2b004bdb4b
28 changed files with 1331 additions and 577 deletions

View File

@@ -2903,6 +2903,12 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).SecondsToMidnight">UTILS.SecondsToMidnight()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Cound seconds until next midnight.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).SetCarrierIlluminationMode">UTILS.SetCarrierIlluminationMode(UnitID, Mode)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the carrier illumination mode.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2918,15 +2924,45 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ShowHelperGate">UTILS.ShowHelperGate(pos, number, heading)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ShowHelperGate">UTILS.ShowHelperGate(pos, heading)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Show a helper gate at a DCS#Vec3 position</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ShowPicture">UTILS.ShowPicture(FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ShowHelperGateForUnit">UTILS.ShowHelperGateForUnit(Unit, Flag)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Show a picture on the screen</p>
<p>Show a helper gate for a unit.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ShowPictureToAll">UTILS.ShowPictureToAll(FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Show a picture on the screen to all</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ShowPictureToCoalition">UTILS.ShowPictureToCoalition(Coalition, FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Show a picture on the screen to Coalition</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ShowPictureToCountry">UTILS.ShowPictureToCountry(Country, FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Show a picture on the screen to Country</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ShowPictureToGroup">UTILS.ShowPictureToGroup(Group, FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Show a picture on the screen to Group</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ShowPictureToUnit">UTILS.ShowPictureToUnit(Unit, FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Show a picture on the screen to Unit</p>
</td>
</tr>
<tr class="w3-border">
@@ -10562,6 +10598,55 @@ The data will be a simple comma separated list of name and state etc, with one h
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).SetCarrierIlluminationMode" ><strong>UTILS.SetCarrierIlluminationMode(UnitID, Mode)</strong></a></h2>
</div>
<p>Set the carrier illumination mode.</p>
<p>-2: OFF, -1: AUTO, 0: NAVIGATION, 1: AC LAUNCH, 2: AC RECOVERY</p>
<div id= "#Functions##SetCarrierIlluminationMode" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>UnitID</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Carrier unit ID ( UNIT:GetID() )</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Mode</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Illumination mode, can be -2: OFF, -1: AUTO, 0: NAVIGATION, 1: AC LAUNCH, 2: AC RECOVERY</p>
</div>
</div>
</div>
</div>
</div>
@@ -10696,7 +10781,7 @@ The data will be a simple comma separated list of name and state etc, with one h
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).ShowHelperGate" ><strong>UTILS.ShowHelperGate(pos, number, heading)</strong></a></h2>
<h2><a id="#(UTILS).ShowHelperGate" ><strong>UTILS.ShowHelperGate(pos, heading)</strong></a></h2>
</div>
<p>Show a helper gate at a DCS#Vec3 position</p>
@@ -10724,19 +10809,190 @@ The data will be a simple comma separated list of name and state etc, with one h
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>number</strong></strong>
#number
<strong><strong>heading</strong></strong>
</p>
</div>
<div class="w3-half">
<p>heading Heading in degrees, can be 0..359 degrees</p>
<p>Heading in degrees, can be 0..359 degrees</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).ShowHelperGateForUnit" ><strong>UTILS.ShowHelperGateForUnit(Unit, Flag)</strong></a></h2>
</div>
<p>Show a helper gate for a unit.</p>
<div id= "#Functions##ShowHelperGateForUnit" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a>
<strong><strong>Unit</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The unit to show the gate for</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>heading</strong></strong>
#number
<strong><strong>Flag</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Helper gate flag</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).ShowPictureToAll" ><strong>UTILS.ShowPictureToAll(FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)</strong></a></h2>
</div>
<p>Show a picture on the screen to all</p>
<div id= "#Functions##ShowPictureToAll" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>FileName</strong></strong>
</p>
</div>
<div class="w3-half">
<p>File name of the picture</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Duration</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Duration in seconds, defaults to 10</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>ClearView</strong></strong>
</p>
</div>
<div class="w3-half">
<p>If true, clears the view before showing the picture, defaults to false</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>StartDelay</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Delay in seconds before showing the picture, defaults to 0</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>HorizontalAlign</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Horizontal alignment of the picture, 0: Left, 1: Center, 2: Right</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>VerticalAlign</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Vertical alignment of the picture, 0: Top, 1: Center, 2: Bottom</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Size</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Size of the picture in percent, defaults to 100</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>SizeUnits</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Size units, 0 for % of original picture size, and 1 for % of window size</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>FilePath</strong></strong>
</p>
</div>
<div class="w3-half">
@@ -10751,18 +11007,472 @@ The data will be a simple comma separated list of name and state etc, with one h
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).ShowPicture" ><strong>UTILS.ShowPicture(FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)</strong></a></h2>
<h2><a id="#(UTILS).ShowPictureToCoalition" ><strong>UTILS.ShowPictureToCoalition(Coalition, FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)</strong></a></h2>
</div>
<p>Show a picture on the screen</p>
<p>Show a picture on the screen to Coalition</p>
<div id= "#Functions##ShowPicture" class="w3-show w3-white">
<div id= "#Functions##ShowPictureToCoalition" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Coalition</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Coalition ID, can be coalition.side.BLUE, coalition.side.RED or coalition.side.NEUTRAL</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>FileName</strong></strong>
</p>
</div>
<div class="w3-half">
<p>File name of the picture</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Duration</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Duration in seconds, defaults to 10</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>ClearView</strong></strong>
</p>
</div>
<div class="w3-half">
<p>If true, clears the view before showing the picture, defaults to false</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>StartDelay</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Delay in seconds before showing the picture, defaults to 0</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>HorizontalAlign</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Horizontal alignment of the picture, 0: Left, 1: Center, 2: Right</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>VerticalAlign</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Vertical alignment of the picture, 0: Top, 1: Center, 2: Bottom</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Size</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Size of the picture in percent, defaults to 100</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>SizeUnits</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Size units, 0 for % of original picture size, and 1 for % of window size</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>FilePath</strong></strong>
</p>
</div>
<div class="w3-half">
<p></p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).ShowPictureToCountry" ><strong>UTILS.ShowPictureToCountry(Country, FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)</strong></a></h2>
</div>
<p>Show a picture on the screen to Country</p>
<div id= "#Functions##ShowPictureToCountry" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Country</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Country ID, can be country.id.USA, country.id.RUSSIA, etc.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>FileName</strong></strong>
</p>
</div>
<div class="w3-half">
<p>File name of the picture</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Duration</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Duration in seconds, defaults to 10</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>ClearView</strong></strong>
</p>
</div>
<div class="w3-half">
<p>If true, clears the view before showing the picture, defaults to false</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>StartDelay</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Delay in seconds before showing the picture, defaults to 0</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>HorizontalAlign</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Horizontal alignment of the picture, 0: Left, 1: Center, 2: Right</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>VerticalAlign</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Vertical alignment of the picture, 0: Top, 1: Center, 2: Bottom</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Size</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Size of the picture in percent, defaults to 100</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>SizeUnits</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Size units, 0 for % of original picture size, and 1 for % of window size</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>FilePath</strong></strong>
</p>
</div>
<div class="w3-half">
<p></p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).ShowPictureToGroup" ><strong>UTILS.ShowPictureToGroup(Group, FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)</strong></a></h2>
</div>
<p>Show a picture on the screen to Group</p>
<div id= "#Functions##ShowPictureToGroup" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a>
<strong><strong>Group</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Group to show the picture to</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>FileName</strong></strong>
</p>
</div>
<div class="w3-half">
<p>File name of the picture</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Duration</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Duration in seconds, defaults to 10</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>ClearView</strong></strong>
</p>
</div>
<div class="w3-half">
<p>If true, clears the view before showing the picture, defaults to false</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>StartDelay</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Delay in seconds before showing the picture, defaults to 0</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>HorizontalAlign</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Horizontal alignment of the picture, 0: Left, 1: Center, 2: Right</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>VerticalAlign</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Vertical alignment of the picture, 0: Top, 1: Center, 2: Bottom</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Size</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Size of the picture in percent, defaults to 100</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>SizeUnits</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Size units, 0 for % of original picture size, and 1 for % of window size</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>FilePath</strong></strong>
</p>
</div>
<div class="w3-half">
<p></p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).ShowPictureToUnit" ><strong>UTILS.ShowPictureToUnit(Unit, FileName, Duration, ClearView, StartDelay, HorizontalAlign, VerticalAlign, Size, SizeUnits, FilePath)</strong></a></h2>
</div>
<p>Show a picture on the screen to Unit</p>
<div id= "#Functions##ShowPictureToUnit" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a>
<strong><strong>Unit</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Unit to show the picture to</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>