Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-08-10 08:00:59 +00:00
parent 089731f0ac
commit dd159affa2
32 changed files with 2094 additions and 587 deletions

View File

@@ -2318,6 +2318,12 @@ Moose refers to <strong>_DATABASE</strong> within the framework extensively, but
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DATABASE)._EventOnPlayerLeaveUnit">DATABASE:_EventOnPlayerLeaveUnit(Event)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Handles the OnPlayerLeaveUnit event to clean the active players table.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DATABASE)._GetGenericStaticCargoGroupTemplate">DATABASE:_GetGenericStaticCargoGroupTemplate(Name, Typename, Mass, Coalition, Country)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get a generic static cargo group template from scratch for dynamic cargo spawns register.</p>
</td>
</tr>
<tr class="w3-border">
@@ -6515,6 +6521,105 @@ This method is used by the SPAWN class.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(DATABASE)._GetGenericStaticCargoGroupTemplate" ><strong>DATABASE:_GetGenericStaticCargoGroupTemplate(Name, Typename, Mass, Coalition, Country)</strong></a></h2>
</div>
<p>Get a generic static cargo group template from scratch for dynamic cargo spawns register.</p>
<p>Does not register the template!</p>
<div id= "#Functions##_GetGenericStaticCargoGroupTemplate" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>DATABASE</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Name</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Name of the static.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Typename</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Typename of the static. Defaults to "container_cargo".</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Mass</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Mass of the static. Defaults to 0.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Coalition</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Coalition of the static. Defaults to coalition.side.BLUE.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Country</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Country of the static. Defaults to country.id.GERMANY.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#table:</p>
</div>
<div class="w3-half">
<p>Static template table.</p>
</div>
</div>
</div>
</div>
</div>