Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-10-31 14:27:41 +00:00
parent df09b7055a
commit 091b22e9ad
52 changed files with 1163 additions and 649 deletions
+2 -2
View File
@@ -1705,7 +1705,7 @@ that make cargo come "alive" within your mission in a full automatic manner!</p>
<ul>
<li><a href="AI.AI_Cargo_Dispatcher_APC.html">AI.AI_Cargo_Dispatcher_APC</a> derived classes will create for your dynamic cargo handlers controlled by AI ground vehicle groups (APCs) to transport cargo between sites.</li>
<li><a href="AI.AI_Cargo_Dispatcher_Helicopters.html">AI.AI_Cargo_Dispatcher_Helicopters</a> derived classes will create for your dynamic cargo handlers controlled by AI helicopter groups to transport cargo between sites.</li>
<li><a href="AI.AI_Cargo_Dispatcher_Helicopter.html">AI.AI_Cargo_Dispatcher_Helicopter</a> derived classes will create for your dynamic cargo handlers controlled by AI helicopter groups to transport cargo between sites.</li>
</ul>
<h2>3.3) Cargo transportation tasking.</h2>
@@ -1918,7 +1918,7 @@ Therefore, this class is considered to be deprecated</p>
<ul>
<li>AI Armoured Personnel Carriers to transport cargo and engage in battles, using the <a href="AI.AI_Cargo_APC.html##(AI_CARGO_APC)">AI.AI_Cargo_APC#AI_CARGO_APC</a> class.</li>
<li>AI Helicopters to transport cargo, using the <a href="AI.AI_Cargo_Helicopter.html##(AI_CARGO_HELICOPTER)">AI.AI_Cargo_Helicopter#AI_CARGO_HELICOPTER</a> class.</li>
<li>AI Planes to transport cargo, using the <a href="AI.AI_Cargo_Plane.html##(AI_CARGO_PLANE)">AI.AI_Cargo_Plane#AI_CARGO_PLANE</a> class.</li>
<li>AI Planes to transport cargo, using the <a href="AI.AI_Cargo_Airplane.html##(AI_CARGO_AIRPLANE)">AI.AI_Cargo_Airplane#AI_CARGO_AIRPLANE</a> class.</li>
<li>AI Ships is planned.</li>
</ul>