New implementations

of inheritance
of private - public methods ....

This is a big improvement for many!
This commit is contained in:
FlightControl
2017-07-01 12:32:44 +02:00
parent 5d2eb2ea15
commit 8e5af4ada4
15 changed files with 441 additions and 420 deletions

View File

@@ -948,21 +948,11 @@ The POSITIONABLE is not existing or alive. </p>
<p>Returns the POSITIONABLE velocity in km/h.</p>
<h3>Return values</h3>
<ol>
<li>
<h3>Return value</h3>
<p><em>#number:</em>
The velocity in km/h</p>
</li>
<li>
<p><em>#nil:</em>
The POSITIONABLE is not existing or alive. </p>
</li>
</ol>
</dd>
</dl>
<dl class="function">
@@ -976,21 +966,11 @@ The POSITIONABLE is not existing or alive. </p>
<p>Returns the POSITIONABLE velocity in meters per second.</p>
<h3>Return values</h3>
<ol>
<li>
<h3>Return value</h3>
<p><em>#number:</em>
The velocity in meters per second.</p>
</li>
<li>
<p><em>#nil:</em>
The POSITIONABLE is not existing or alive. </p>
</li>
</ol>
</dd>
</dl>
<dl class="function">