mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-22 16:04:44 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -1837,14 +1837,6 @@ These must be exactly the same as the names of the groups defined in the mission
|
||||
</code></pre>
|
||||
<p>Note that the name of the rearming group has to be given in quotation marks and spelt exactly as the group name defined in the mission editor.</p>
|
||||
|
||||
<h2>Transporting</h2>
|
||||
|
||||
<p>ARTY groups can be transported to another location as <a href="Cargo.Cargo.html">Cargo.Cargo</a> by means of classes such as <a href="AI.AI_Cargo_APC.html">AI.AI_Cargo_APC</a>, <a href="AI.AI_Cargo_Dispatcher_APC.html">AI.AI_Cargo_Dispatcher_APC</a>,
|
||||
<a href="AI.AI_Cargo_Helicopter.html">AI.AI_Cargo_Helicopter</a>, <a href="AI.AI_Cargo_Dispatcher_Helicopter.html">AI.AI_Cargo_Dispatcher_Helicopter</a> or <a href="AI.AI_Cargo_Airplane.html">AI.AI_Cargo_Airplane</a>.</p>
|
||||
|
||||
<p>In order to do this, one needs to define an ARTY object via the <a href="##(ARTY).NewFromCargoGroup">ARTY.NewFromCargoGroup</a>(<em>cargogroup</em>, <em>alias</em>) function.
|
||||
The first argument <em>cargogroup</em> has to be a <a href="Cargo.CargoGroup.html##(CARGO_GROUP)">Cargo.CargoGroup#CARGO_GROUP</a> object. The second argument <em>alias</em> is a string which can be freely chosen by the user.</p>
|
||||
|
||||
<h2>Fine Tuning</h2>
|
||||
|
||||
<p>The mission designer has a few options to tailor the ARTY object according to his needs.</p>
|
||||
|
||||
Reference in New Issue
Block a user