mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Documentation
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<html>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<head>
|
||||
<title>MOOSE</title>
|
||||
<title>Reference</title>
|
||||
<link rel="stylesheet" href="ldoc.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
<div id="navigation">
|
||||
<br/>
|
||||
<h1>MOOSE</h1>
|
||||
<h1>ldoc</h1>
|
||||
|
||||
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
<li><a href="classes/DESTROYRADARSTASK.html">DESTROYRADARSTASK</a></li>
|
||||
<li><a href="classes/DESTROYUNITTYPESTASK.html">DESTROYUNITTYPESTASK</a></li>
|
||||
<li><a href="classes/GOHOMETASK.html">GOHOMETASK</a></li>
|
||||
<li><a href="classes/GROUP.html">GROUP</a></li>
|
||||
<li><a href="classes/MENU.html">MENU</a></li>
|
||||
<li><a href="classes/MESSAGE.html">MESSAGE</a></li>
|
||||
<li><a href="classes/MISSION.html">MISSION</a></li>
|
||||
@@ -59,15 +60,11 @@
|
||||
<li><a href="classes/PICKUPTASK.html">PICKUPTASK</a></li>
|
||||
<li><a href="classes/ROUTETASK.html">ROUTETASK</a></li>
|
||||
<li><a href="classes/SEAD.html">SEAD</a></li>
|
||||
<li><a href="classes/SLINGLOADHOOKTASK.html">SLINGLOADHOOKTASK</a></li>
|
||||
<li><a href="classes/SLINGLOADUNHOOKTASK.html">SLINGLOADUNHOOKTASK</a></li>
|
||||
<li><a href="classes/SPAWN.html">SPAWN</a></li>
|
||||
<li><a href="classes/STAGE.html">STAGE</a></li>
|
||||
<li><a href="classes/TASK.html">TASK</a></li>
|
||||
</ul>
|
||||
<h2>Topics</h2>
|
||||
<ul class="$(kind=='Topics' and '' or 'nowrap'">
|
||||
<li><a href="topics/manual.md.html">manual</a></li>
|
||||
<li><a href="classes/UNIT.html">UNIT</a></li>
|
||||
<li><a href="classes/ZONE.html">ZONE</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
@@ -75,8 +72,6 @@
|
||||
<div id="content">
|
||||
|
||||
|
||||
<h2>Mission Object Oriented Scripting Environment</h2>
|
||||
<p>A Scripting Framework for DCS World, to script quickly missions.</p>
|
||||
|
||||
<h2>Modules</h2>
|
||||
<table class="module_list">
|
||||
@@ -104,7 +99,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="classes/CARGO.html">CARGO</a></td>
|
||||
<td class="summary">CARGO</td>
|
||||
<td class="summary">CARGO Classes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="classes/CLEANUP.html">CLEANUP</a></td>
|
||||
@@ -142,6 +137,10 @@
|
||||
<td class="name" nowrap><a href="classes/GOHOMETASK.html">GOHOMETASK</a></td>
|
||||
<td class="summary">A GOHOMETASK orchestrates the travel back to the home base, which is a specific zone defined within the ME.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="classes/GROUP.html">GROUP</a></td>
|
||||
<td class="summary">GROUP Classes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="classes/MENU.html">MENU</a></td>
|
||||
<td class="summary">Encapsulation of DCS World Menu system in a set of MENU classes.</td>
|
||||
@@ -152,7 +151,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="classes/MISSION.html">MISSION</a></td>
|
||||
<td class="summary">A MISSION is the main owner of a Mission orchestration within MOOSE .</td>
|
||||
<td class="summary">A MISSION is the main owner of a Mission orchestration within MOOSE .</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="classes/MOVEMENT.html">MOVEMENT</a></td>
|
||||
@@ -174,14 +173,6 @@
|
||||
<td class="name" nowrap><a href="classes/SEAD.html">SEAD</a></td>
|
||||
<td class="summary">Provides defensive behaviour to a set of SAM sites within a running Mission.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="classes/SLINGLOADHOOKTASK.html">SLINGLOADHOOKTASK</a></td>
|
||||
<td class="summary">A SLINGLOADHOOKTASK will orchestrate the sling-load hook activity to slingload a CARGO from a specific landing zone(s).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="classes/SLINGLOADUNHOOKTASK.html">SLINGLOADUNHOOKTASK</a></td>
|
||||
<td class="summary">A SLINGLOADUNHOOKTASK will orchestrate the sling-load unhook activity to (sling)load a CARGO and deploy it in a specific landing zone(s).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="classes/SPAWN.html">SPAWN</a></td>
|
||||
<td class="summary">Dynamic spawning of Groups and Units.</td>
|
||||
@@ -194,12 +185,13 @@
|
||||
<td class="name" nowrap><a href="classes/TASK.html">TASK</a></td>
|
||||
<td class="summary">The TASK Classes define major end-to-end activities within a MISSION.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2>Topics</h2>
|
||||
<table class="module_list">
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="topics/manual.md.html">manual.md</a></td>
|
||||
<td class="summary"></td>
|
||||
<td class="name" nowrap><a href="classes/UNIT.html">UNIT</a></td>
|
||||
<td class="summary">UNIT Classes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="classes/ZONE.html">ZONE</a></td>
|
||||
<td class="summary">ZONE Classes</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -207,7 +199,7 @@
|
||||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
|
||||
<i style="float:right;">Last updated 2015-01-29 21:06:10 </i>
|
||||
<i style="float:right;">Last updated 2016-03-14 10:50:59 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user