mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -1564,6 +1564,17 @@
|
||||
</div>
|
||||
<div class="w3-container w3-padding w3-white picturebox" style="word-break:break-word;"><p>
|
||||
<p><strong>Wrapper</strong> - CONTROLLABLE is an intermediate class wrapping Group and Unit classes "controllers".</p>
|
||||
</p></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-col s12 m6 l4">
|
||||
<div class="w3-card-4 w3-white w3-margin-16">
|
||||
<div class="w3-display-container w3-text-white w3-text-shadow">
|
||||
<img src= "../Images/Wrapper_Storage.png" alt="Image">
|
||||
<div class="w3-display-bottommiddle" style="word-break:break-word;"><h2><strong><a href="Wrapper.DynamicCargo.html">Wrapper.DynamicCargo</a></strong></h2></div>
|
||||
</div>
|
||||
<div class="w3-container w3-padding w3-white picturebox" style="word-break:break-word;"><p>
|
||||
<p><strong>Wrapper</strong> - Dynamic Cargo create from the F8 menu.</p>
|
||||
</p></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2587,7 +2598,7 @@ The could avoid the lua garbage collection to accidentally/falsely deallocate th
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RANGE)._GetPlayerUnitAndName">RANGE:_GetPlayerUnitAndName(_unitName)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RANGE)._GetPlayerUnitAndName">RANGE:_GetPlayerUnitAndName(_unitName, PlayerName)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Returns the unit of a player and the player name.</p>
|
||||
</td>
|
||||
@@ -9447,7 +9458,7 @@ If a zone is not explicitly specified, the range zone is determined by its locat
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(RANGE)._GetPlayerUnitAndName" ><strong>RANGE:_GetPlayerUnitAndName(_unitName)</strong></a></h2>
|
||||
<h2><a id="#(RANGE)._GetPlayerUnitAndName" ><strong>RANGE:_GetPlayerUnitAndName(_unitName, PlayerName)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Returns the unit of a player and the player name.</p>
|
||||
@@ -9461,7 +9472,7 @@ If a zone is not explicitly specified, the range zone is determined by its locat
|
||||
<div class="w3-margin-left">
|
||||
<p>RANGE</p>
|
||||
</div>
|
||||
<h2><strong>Parameter:</strong></h2>
|
||||
<h2><strong>Parameters:</strong></h2>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
@@ -9475,6 +9486,16 @@ If a zone is not explicitly specified, the range zone is determined by its locat
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<strong><strong>PlayerName</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return values:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
|
||||
Reference in New Issue
Block a user