Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-10-31 18:57:39 +00:00
parent 29d201992c
commit ee0d293ff4
27 changed files with 771 additions and 683 deletions

View File

@@ -1768,7 +1768,7 @@ local PilotGroup = GROUP:FindByName( "Pilot" )
local CargoGroup = CARGO_GROUP:New( PilotGroup, "Pilots", "Downed Pilot", 500 )
</code></pre>
<p>What is also needed, is to have a set of <a href="##(Wrapper).Group">Wrapper.Group</a>s defined that contains the clients of the players.</p>
<p>What is also needed, is to have a set of <a href="Wrapper.Group.html">Wrapper.Group</a>s defined that contains the clients of the players.</p>
<pre><code>-- Allocate the Transport, which are the helicopter to retrieve the pilot, that can be manned by players.
local GroupSet = SET_GROUP:New():FilterPrefixes( "Transport" ):FilterStart()