mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fixed #614 - Implemented an implementation with or without {}....
See documentation of SetBorderZone.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user