Reduction of moose.lua sizing working now!

This commit is contained in:
FlightControl_Master
2017-09-26 18:47:33 +02:00
parent 11067d4bfd
commit 5558c26db7
160 changed files with 36080 additions and 229 deletions

View File

@@ -243,6 +243,18 @@ which are excellent tools to be reused in an OO environment!.</p>
<td class="name" nowrap="nowrap"><a href="##(UTILS).GetMarkID">UTILS.GetMarkID()</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(UTILS).IsInRadius">UTILS.IsInRadius(InVec2, Vec2, Radius)</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(UTILS).IsInSphere">UTILS.IsInSphere(InVec3, Vec3, Radius)</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -666,6 +678,74 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
<dl class="function">
<dt>
<a id="#(UTILS).IsInRadius" >
<strong>UTILS.IsInRadius(InVec2, Vec2, Radius)</strong>
</a>
</dt>
<dd>
<p> Test if a Vec2 is in a radius of another Vec2</p>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em> InVec2 </em></code>: </p>
</li>
<li>
<p><code><em> Vec2 </em></code>: </p>
</li>
<li>
<p><code><em> Radius </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(UTILS).IsInSphere" >
<strong>UTILS.IsInSphere(InVec3, Vec3, Radius)</strong>
</a>
</dt>
<dd>
<p> Test if a Vec3 is in the sphere of another Vec3</p>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em> InVec3 </em></code>: </p>
</li>
<li>
<p><code><em> Vec3 </em></code>: </p>
</li>
<li>
<p><code><em> Radius </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(UTILS).IsInstanceOf" >
<strong>UTILS.IsInstanceOf(object, className)</strong>
</a>