Updates in POSITIONABLE

-- Added :GetBoundingBox()
-- Added :GetHeight()
-- Updated documentation
This commit is contained in:
FlightControl
2017-05-13 06:36:13 +02:00
parent bd75743800
commit 4359831423
14 changed files with 218 additions and 99 deletions

View File

@@ -97,10 +97,6 @@
<div id="content">
<h1>Module <code>Zone</code></h1>
<p><strong>Core</strong> - ZONE classes define <strong>zones</strong> within your mission of <strong>various forms</strong>, with <strong>various capabilities</strong>.</p>
<p><img src="..\Presentations\ZONE\Dia1.JPG" alt="Banner Image"/></p>
<hr/>
@@ -109,6 +105,10 @@
<ul>
<li>Test if an object is within the zone boundaries.</li>
</ul>
<ul>
<li>Provide the zone behaviour. Some zones are static, while others are moveable.</li>
</ul>