mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
MOOSE generated documentation [skip ci]
This commit is contained in:
@@ -4445,6 +4445,30 @@ and any spaces before and after the resulting name are removed.</p>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT)._TranslateRotate">RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)</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).frequency">RAT.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="##(RAT).modulation">RAT.modulation</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).skill">RAT.skill</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="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -16625,7 +16649,7 @@ In other words, this method randomizes between a defined set of groups the templ
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>If true, SPAWN will perform the randomization of the <a href="UNIT.html">UNIT</a>s position within the group between a given outer and inner radius.</p>
|
||||
<p>If true, SPAWN will perform the randomization of the <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a>s position within the group between a given outer and inner radius.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -17430,7 +17454,7 @@ You need to provide the <strong>exact name</strong> of the airbase as the parame
|
||||
<p>Will re-spawn a group based on a given index.</p>
|
||||
|
||||
|
||||
<p>Note: Uses <a href="DATABASE.html">DATABASE</a> module defined in MOOSE.</p>
|
||||
<p>Note: This method uses the global _DATABASE object (an instance of <a href="Core.Database.html##(DATABASE)">Core.Database#DATABASE</a>), which contains ALL initial and new spawned objects in MOOSE.</p>
|
||||
|
||||
<div id= "#Functions##ReSpawn" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -17525,7 +17549,7 @@ This will actually enable a respawn of groups from the specific index.</p>
|
||||
<p>Will spawn a group based on the internal index.</p>
|
||||
|
||||
|
||||
<p>Note: Uses <a href="DATABASE.html">DATABASE</a> module defined in MOOSE.</p>
|
||||
<p>Note: This method uses the global _DATABASE object (an instance of <a href="Core.Database.html##(DATABASE)">Core.Database#DATABASE</a>), which contains ALL initial and new spawned objects in MOOSE.</p>
|
||||
|
||||
<div id= "#Functions##Spawn" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -18677,7 +18701,7 @@ Spawn_BE_KA50 = SPAWN:New( 'BE KA-50@RAMP-Ground Defense' ):SpawnScheduled( 600,
|
||||
<p>Will spawn a group with a specified index number.</p>
|
||||
|
||||
|
||||
<p>Uses <a href="DATABASE.html">DATABASE</a> global object defined in MOOSE.</p>
|
||||
<p>Note: This method uses the global _DATABASE object (an instance of <a href="Core.Database.html##(DATABASE)">Core.Database#DATABASE</a>), which contains ALL initial and new spawned objects in MOOSE.</p>
|
||||
|
||||
<div id= "#Functions##SpawnWithIndex" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -18985,7 +19009,7 @@ It will return nil of no prefix was found.</p>
|
||||
<p>Gets the Group Template from the ME environment definition.</p>
|
||||
|
||||
|
||||
<p>This method used the <a href="DATABASE.html">DATABASE</a> object, which contains ALL initial and new spawned object in MOOSE.</p>
|
||||
<p>Note: This method uses the global _DATABASE object (an instance of <a href="Core.Database.html##(DATABASE)">Core.Database#DATABASE</a>), which contains ALL initial and new spawned objects in MOOSE.</p>
|
||||
|
||||
<div id= "#Functions##_GetTemplate" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
|
||||
Reference in New Issue
Block a user