Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-07-15 15:26:13 +00:00
parent 5a304358f9
commit f63238edae
30 changed files with 606 additions and 882 deletions

View File

@@ -21154,26 +21154,42 @@ Coordinates are dependent on the position of the maps origin.</p>
<li>Object.Category.STATIC = 3</li>
<li>Object.Category.BASE = 4</li>
<li>Object.Category.SCENERY = 5</li>
<li>Object.Category.Cargo = 6
</li>
<li>Object.Category.Cargo = 6</li>
</ul>
<p> For UNITs this returns a second value, one of</p>
<p> Unit.Category.AIRPLANE = 0 <br/>
Unit.Category.HELICOPTER = 1 <br/>
Unit.Category.GROUND_UNIT = 2 <br/>
Unit.Category.SHIP = 3 <br/>
Unit.Category.STRUCTURE = 4 <br/>
</p>
<div id= "#Functions##GetCategory" 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><a href="Wrapper.Identifiable.html##(IDENTIFIABLE)">Wrapper.Identifiable#IDENTIFIABLE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<h2><strong>Return values:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="DCS.html##(Object.Category)">DCS#Object.Category</a>:</p>
</div>
<div class="w3-half">
<div class="w3-half">
<p><a href="DCS.html##(Object.Category)">DCS#Object.Category</a>:</p>
</div>
<div class="w3-half">
<p>The category ID, i.e. a number.</p>
</div>
</div>
<div class="w3-half">
<p><a href="DCS.html##(Unit.Category)">DCS#Unit.Category</a>:</p>
</div>
<div class="w3-half">
<p>The unit category ID, i.e. a number. For units only.</p>
</div>
</div>
</div>