mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user