mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-11 03:43:10 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -3695,7 +3695,7 @@ and any spaces before and after the resulting name are removed.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).InitRandomizeZones">RAT:InitRandomizeZones(SpawnZoneTable, RandomizePositionInZone)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).InitRandomizeZones">RAT:InitRandomizeZones(SpawnZoneTable, SpawnZoneTable, RandomizePositionInZone)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>This method provides the functionality to randomize the spawning of the Groups at a given list of zones of different types.</p>
|
||||
</td>
|
||||
@@ -4602,13 +4602,13 @@ and any spaces before and after the resulting name are removed.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).hidden">RAT.hidden</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).callsign">RAT.callsign</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="##(RAT).uncontrolled">RAT.uncontrolled</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).speed">RAT.speed</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
@@ -18156,7 +18156,7 @@ In other words, this method randomizes between a defined set of groups the templ
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(RAT).InitRandomizeZones" ><strong>RAT:InitRandomizeZones(SpawnZoneTable, RandomizePositionInZone)</strong></a></h2>
|
||||
<h2><a id="#(RAT).InitRandomizeZones" ><strong>RAT:InitRandomizeZones(SpawnZoneTable, SpawnZoneTable, RandomizePositionInZone)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>This method provides the functionality to randomize the spawning of the Groups at a given list of zones of different types.</p>
|
||||
@@ -18177,6 +18177,19 @@ In other words, this method randomizes between a defined set of groups the templ
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>A table with <a href="Core.Zone.html">Core.Zone</a> objects. If nil or empty, the method returns self without effect.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#table
|
||||
<strong><strong>SpawnZoneTable</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>A table with <a href="Core.Zone.html">Core.Zone</a> objects. If this table is given, then each spawn will be executed within the given list of <a href="Core.Zone.html">Core.Zone</a>s objects.</p>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user