Documentation and new moose.lua for dynamic loading.

This commit is contained in:
FlightControl_Master
2017-10-10 11:07:43 +02:00
parent 6f151a6c5d
commit ddf45d8485
95 changed files with 1373 additions and 116 deletions

View File

@@ -99,6 +99,8 @@
<li><a href="Task_Cargo.html">Task_Cargo</a></li>
<li><a href="Task_PICKUP.html">Task_PICKUP</a></li>
<li><a href="Unit.html">Unit</a></li>
<li><a href="UserFlag.html">UserFlag</a></li>
<li><a href="UserSound.html">UserSound</a></li>
<li><a href="Utils.html">Utils</a></li>
<li><a href="Zone.html">Zone</a></li>
<li><a href="ZoneCaptureCoalition.html">ZoneCaptureCoalition</a></li>
@@ -458,6 +460,18 @@
<td class="name" nowrap="nowrap"><a href="##(SET_BASE).GetSet">SET_BASE:GetSet()</a></td>
<td class="summary">
<p>Gets the Set.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SET_BASE).GetSetNames">SET_BASE:GetSetNames()</a></td>
<td class="summary">
<p>Gets a list of the Names of the Objects in the Set.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SET_BASE).GetSetObjects">SET_BASE:GetSetObjects()</a></td>
<td class="summary">
<p>Gets a list of the Objects in the Set.</p>
</td>
</tr>
<tr>
@@ -2595,6 +2609,42 @@ self</p>
<dl class="function">
<dt>
<a id="#(SET_BASE).GetSetNames" >
<strong>SET_BASE:GetSetNames()</strong>
</a>
</dt>
<dd>
<p>Gets a list of the Names of the Objects in the Set.</p>
<h3>Return value</h3>
<p><em><a href="##(SET_BASE)">#SET_BASE</a>:</em>
self</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(SET_BASE).GetSetObjects" >
<strong>SET_BASE:GetSetObjects()</strong>
</a>
</dt>
<dd>
<p>Gets a list of the Objects in the Set.</p>
<h3>Return value</h3>
<p><em><a href="##(SET_BASE)">#SET_BASE</a>:</em>
self</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(SET_BASE).IsIncludeObject" >
<strong>SET_BASE:IsIncludeObject(Object)</strong>
</a>