Fixed #614 - Implemented an implementation with or without {}....

See documentation of SetBorderZone.
This commit is contained in:
FlightControl
2017-07-12 20:42:06 +02:00
parent 60681d7e23
commit c1bee3a9b0
15 changed files with 133 additions and 98 deletions

View File

@@ -339,12 +339,6 @@ Example code snippet:</p>
<td class="name" nowrap="nowrap"><a href="##(EVENT).Events">EVENT.Events</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(EVENT).EventsDead">EVENT.EventsDead</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -417,18 +411,18 @@ Example code snippet:</p>
<td class="name" nowrap="nowrap"><a href="##(EVENT).OnTakeOffForTemplate">EVENT:OnTakeOffForTemplate(EventTemplate, EventFunction, EventClass)</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(EVENT).Remove">EVENT:Remove(EventClass, EventID)</a></td>
<td class="summary">
<p>Removes a subscription</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(EVENT).RemoveAll">EVENT:RemoveAll(EventObject)</a></td>
<td class="summary">
<p>Clears all event subscriptions for a <a href="Base.html##(BASE)">Base#BASE</a> derived object.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(EVENT).RemoveEvent">EVENT:RemoveEvent(EventClass, EventID)</a></td>
<td class="summary">
<p>Removes a subscription</p>
</td>
</tr>
<tr>
@@ -1033,19 +1027,6 @@ The Cargo created.</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(EVENT).EventsDead" >
<strong>EVENT.EventsDead</strong>
</a>
</dt>
<dd>
</dd>
</dl>
<dl class="function">
@@ -1498,8 +1479,29 @@ The self instance of the class for which the event is captured. When the event h
<dl class="function">
<dt>
<a id="#(EVENT).Remove" >
<strong>EVENT:Remove(EventClass, EventID)</strong>
<a id="#(EVENT).RemoveAll" >
<strong>EVENT:RemoveAll(EventObject)</strong>
</a>
</dt>
<dd>
<p>Clears all event subscriptions for a <a href="Base.html##(BASE)">Base#BASE</a> derived object.</p>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em><a href="Core.Base.html##(BASE)">Core.Base#BASE</a> EventObject </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(EVENT).RemoveEvent" >
<strong>EVENT:RemoveEvent(EventClass, EventID)</strong>
</a>
</dt>
<dd>
@@ -1530,27 +1532,6 @@ The self instance of the class for which the event is.</p>
<dl class="function">
<dt>
<a id="#(EVENT).RemoveAll" >
<strong>EVENT:RemoveAll(EventObject)</strong>
</a>
</dt>
<dd>
<p>Clears all event subscriptions for a <a href="Base.html##(BASE)">Base#BASE</a> derived object.</p>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em><a href="Core.Base.html##(BASE)">Core.Base#BASE</a> EventObject </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(EVENT).Reset" >
<strong>EVENT:Reset(EventClass, EventID, EventObject)</strong>
</a>