Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-03-01 16:25:16 +00:00
parent 702d501115
commit ce34fc8e43
28 changed files with 961 additions and 926 deletions

View File

@@ -1607,7 +1607,8 @@
<p><strong>Core</strong> - Spawn statics.</p>
<h1> </h1>
<hr/>
<h2>Features:</h2>
@@ -1624,7 +1625,7 @@
<h1>Demo Missions</h1>
<h2><a href="https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/Core/SpawnStatic">SPAWNSTATIC Demo Missions</a></h2>
<h2><a href="https://github.com/FlightControl-Master/MOOSE_Demos/tree/master/Core/SpawnStatic">SPAWNSTATIC Demo Missions</a></h2>
<hr/>
@@ -1663,10 +1664,10 @@
<p>Through creating a copy of an existing static object template as defined in the Mission Editor (ME), SPAWNSTATIC can retireve the properties of the defined static object template (like type, category etc),
<p>Through creating a copy of an existing static object template as defined in the Mission Editor (ME), SPAWNSTATIC can retireve the properties of the defined static object template (like type, category etc),
and "copy" these properties to create a new static object and place it at the desired coordinate.</p>
<p>New spawned <a href="Wrapper.Static.html">Wrapper.Static</a>s get <strong>the same name</strong> as the name of the template Static, or gets the given name when a new name is provided at the Spawn method. <br/>
<p>New spawned <a href="Wrapper.Static.html">Wrapper.Static</a>s get <strong>the same name</strong> as the name of the template Static, or gets the given name when a new name is provided at the Spawn method.
By default, spawned <a href="Wrapper.Static.html">Wrapper.Static</a>s will follow a naming convention at run-time:</p>
<ul>
@@ -1715,10 +1716,10 @@ such as position and heading.</p>
<li><a href="##(SPAWNSTATIC).Spawn">SPAWNSTATIC.Spawn</a>(Heading, NewName) spawns the static with the set parameters. Optionally, heading and name can be given. The name <strong>must be unique</strong>!</li>
<li><a href="##(SPAWNSTATIC).SpawnFromCoordinate">SPAWNSTATIC.SpawnFromCoordinate</a>(Coordinate, Heading, NewName) spawn the static at the given coordinate. Optionally, heading and name can be given. The name <strong>must be unique</strong>!</li>
<li><a href="##(SPAWNSTATIC).SpawnFromPointVec2">SPAWNSTATIC.SpawnFromPointVec2</a>(PointVec2, Heading, NewName) spawns the static at a POINT_VEC2 coordinate. Optionally, heading and name can be given. The name <strong>must be unique</strong>!</li>
<li><a href="##(SPAWNSTATIC).SpawnFromZone">SPAWNSTATIC.SpawnFromZone</a>(Zone, Heading, NewName) spawns the static at the center of a <a href="Core.Zone.html">Core.Zone</a>. Optionally, heading and name can be given. The name <strong>must be unique</strong>!
</li>
<li><a href="##(SPAWNSTATIC).SpawnFromZone">SPAWNSTATIC.SpawnFromZone</a>(Zone, Heading, NewName) spawns the static at the center of a <a href="Core.Zone.html">Core.Zone</a>. Optionally, heading and name can be given. The name <strong>must be unique</strong>!</li>
</ul>
</div>
</div>
@@ -1996,24 +1997,6 @@ such as position and heading.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWNSTATIC)._SpawnStatic">SPAWNSTATIC:_SpawnStatic(Template, CountryID)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Spawns a new static using a given template.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWNSTATIC).heliport_callsign_id">SPAWNSTATIC.heliport_callsign_id</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWNSTATIC).heliport_frequency">SPAWNSTATIC.heliport_frequency</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWNSTATIC).heliport_modulation">SPAWNSTATIC.heliport_modulation</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
</table>
@@ -2934,39 +2917,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(SPAWNSTATIC).heliport_callsign_id" ><strong>SPAWNSTATIC.heliport_callsign_id</strong></a>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(SPAWNSTATIC).heliport_frequency" ><strong>SPAWNSTATIC.heliport_frequency</strong></a>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(SPAWNSTATIC).heliport_modulation" ><strong>SPAWNSTATIC.heliport_modulation</strong></a>
</div>
</div>
@@ -3446,7 +3396,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Initialize name prefix statics get.</p>
<p>This will be appended by "#0001", "#0002" etc. </p>
<p>This will be appended by "#0001", "#0002" etc.</p>
<div id= "#Functions##InitNamePrefix" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -4320,39 +4270,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(SPAWNSTATIC).heliport_callsign_id" ><strong>SPAWNSTATIC.heliport_callsign_id</strong></a>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(SPAWNSTATIC).heliport_frequency" ><strong>SPAWNSTATIC.heliport_frequency</strong></a>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(SPAWNSTATIC).heliport_modulation" ><strong>SPAWNSTATIC.heliport_modulation</strong></a>
</div>
</div>