MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-04-28 15:05:48 +00:00
parent abacb90d09
commit c5041ce336
34 changed files with 2006 additions and 768 deletions

View File

@@ -2041,6 +2041,18 @@ The method <a href="##(POSITIONABLE).GetVelocity">POSITIONABLE.GetVelocity</a>()
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POSITIONABLE).MessageToSetGroup">POSITIONABLE:MessageToSetGroup(Message, Duration, MessageSetGroup, Name)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Send a message to a <a href="Core.Set.html##(SET_GROUP)">Core.Set#SET_GROUP</a>.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POSITIONABLE).MessageToSetUnit">POSITIONABLE:MessageToSetUnit(Message, Duration, MessageSetGroup, Name, MessageSetUnit)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Send a message to a <a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a>.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POSITIONABLE).MessageToUnit">POSITIONABLE:MessageToUnit(Message, Duration, MessageUnit, Name)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Send a message to a <a href="Wrapper.Unit.html">Wrapper.Unit</a>.</p>
</td>
</tr>
<tr class="w3-border">
@@ -6642,6 +6654,166 @@ Coordinates are dependent on the position of the maps origin.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(POSITIONABLE).MessageToSetUnit" ><strong>POSITIONABLE:MessageToSetUnit(Message, Duration, MessageSetGroup, Name, MessageSetUnit)</strong></a></h2>
</div>
<p>Send a message to a <a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a>.</p>
<p>The message will appear in the message area. The message will begin with the callsign of the group and the type of the first unit sending the message.</p>
<div id= "#Functions##MessageToSetUnit" 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>POSITIONABLE</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>Message</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The message text</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="DCS.html##(Duration)">DCS#Duration</a>
<strong><strong>Duration</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The duration of the message.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a>
<strong><strong>MessageSetGroup</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The SET_UNIT collection receiving the message.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Name</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(optional) The Name of the sender. If not provided, the Name is the type of the Positionable.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>MessageSetUnit</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="#(POSITIONABLE).MessageToUnit" ><strong>POSITIONABLE:MessageToUnit(Message, Duration, MessageUnit, Name)</strong></a></h2>
</div>
<p>Send a message to a <a href="Wrapper.Unit.html">Wrapper.Unit</a>.</p>
<p>The message will appear in the message area. The message will begin with the callsign of the group and the type of the first unit sending the message.</p>
<div id= "#Functions##MessageToUnit" 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>POSITIONABLE</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>Message</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The message text</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="DCS.html##(Duration)">DCS#Duration</a>
<strong><strong>Duration</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The duration of the message.</p>
</div>
</div>
<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>MessageUnit</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The UNIT object receiving the message.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Name</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(optional) The Name of the sender. If not provided, the Name is the type of the Positionable.</p>
</div>
</div>
</div>
</div>
</div>