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

@@ -260,7 +260,7 @@
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(BASE).IsInstanceOf">BASE.IsInstanceOf(ClassName, self, className)</a></td>
<td class="name" nowrap="nowrap"><a href="##(BASE).IsInstanceOf">BASE:IsInstanceOf(ClassName)</a></td>
<td class="summary">
<p>This is the worker method to check if an object is an (sub)instance of a class.</p>
</td>
@@ -1232,7 +1232,7 @@ Child</p>
<dt>
<a id="#(BASE).IsInstanceOf" >
<strong>BASE.IsInstanceOf(ClassName, self, className)</strong>
<strong>BASE:IsInstanceOf(ClassName)</strong>
</a>
</dt>
<dd>
@@ -1252,22 +1252,12 @@ Child</p>
</ul>
<h3>Parameters</h3>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em> ClassName </em></code>:
is the name of the class or the class itself to run the check against</p>
</li>
<li>
<p><code><em> self </em></code>: </p>
</li>
<li>
<p><code><em> className </em></code>: </p>
is the name of the class or the class itself to run the check against</p>
</li>
</ul>