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

@@ -441,6 +441,12 @@
<td class="name" nowrap="nowrap"><a href="##(GROUP).Register">GROUP:Register(GroupName)</a></td>
<td class="summary">
<p>Create a new GROUP from a DCSGroup</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(GROUP).ResetEvents">GROUP:ResetEvents()</a></td>
<td class="summary">
<p>Reset the subscriptions.</p>
</td>
</tr>
<tr>
@@ -1642,6 +1648,24 @@ The DCS Group name</p>
<p><em><a href="##(GROUP)">#GROUP</a>:</em>
self</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(GROUP).ResetEvents" >
<strong>GROUP:ResetEvents()</strong>
</a>
</dt>
<dd>
<p>Reset the subscriptions.</p>
<h3>Return value</h3>
<p><em><a href="##(GROUP)">#GROUP</a>:</em></p>
</dd>
</dl>
<dl class="function">