Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2026-03-24 09:16:17 +00:00
parent 9358c16d91
commit 61e9a3c834
29 changed files with 1742 additions and 912 deletions
-8
View File
@@ -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>