SPAWN fix issue #410 documentation update

This commit is contained in:
FlightControl
2017-04-12 14:57:55 +02:00
parent 989df023fb
commit 3d6e24b806
7 changed files with 81 additions and 75 deletions

View File

@@ -351,6 +351,12 @@
<td class="name" nowrap="nowrap"><a href="##(UNIT).Register">UNIT:Register(UnitName)</a></td>
<td class="summary">
<p>Create a new UNIT from DCSUnit.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(UNIT).ResetEvents">UNIT:ResetEvents()</a></td>
<td class="summary">
<p>Reset the subscriptions.</p>
</td>
</tr>
<tr>
@@ -1513,6 +1519,24 @@ The name of the DCS unit.</p>
<p><em><a href="##(UNIT)">#UNIT</a>:</em></p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(UNIT).ResetEvents" >
<strong>UNIT:ResetEvents()</strong>
</a>
</dt>
<dd>
<p>Reset the subscriptions.</p>
<h3>Return value</h3>
<p><em><a href="##(UNIT)">#UNIT</a>:</em></p>
</dd>
</dl>
<dl class="function">