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>
|
||||
|
||||
<ul>
|
||||
<li><a href="../index.html">Index</a></li>
|
||||
@@ -49,6 +49,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>
|
||||
@@ -57,11 +58,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>
|
||||
<li><a href="../classes/UNIT.html">UNIT</a></li>
|
||||
<li><a href="../classes/ZONE.html">ZONE</a></li>
|
||||
</ul>
|
||||
<h2>Modules</h2>
|
||||
<ul class="$(kind=='Topics' and '' or 'nowrap'">
|
||||
@@ -72,10 +73,6 @@
|
||||
<ul class="$(kind=='Topics' and '' or 'nowrap'">
|
||||
<li><a href="../scripts/eStatHandler.html">eStatHandler</a></li>
|
||||
</ul>
|
||||
<h2>Topics</h2>
|
||||
<ul class="$(kind=='Topics' and '' or 'nowrap'">
|
||||
<li><a href="../topics/manual.md.html">manual</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -94,7 +91,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#DESTROYBASETASK:EventDead">DESTROYBASETASK:EventDead (event)</a></td>
|
||||
<td class="summary">Handle the S<em>EVENT</em>DEAD events to validate the destruction of units for the task monitoring.</td>
|
||||
<td class="summary">Handle the S_EVENT_DEAD events to validate the destruction of units for the task monitoring.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#DESTROYBASETASK:ReportGoalProgress">DESTROYBASETASK:ReportGoalProgress (DestroyGroup, DestroyUnit)</a></td>
|
||||
@@ -142,8 +139,6 @@
|
||||
|
||||
<span class="types"><a class="type" href="../classes/DESTROYBASETASK.html#">DESTROYBASETASK</a></span>
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
|
||||
@@ -155,16 +150,13 @@
|
||||
<strong>DESTROYBASETASK:EventDead (event)</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
Handle the S<em>EVENT</em>DEAD events to validate the destruction of units for the task monitoring.
|
||||
Handle the S_EVENT_DEAD events to validate the destruction of units for the task monitoring.
|
||||
|
||||
|
||||
<h3>Parameters:</h3>
|
||||
<ul>
|
||||
<li><span class="parameter">event</span>
|
||||
|
||||
<pre><code> Event structure of DCS world.
|
||||
</code></pre>
|
||||
|
||||
Event structure of DCS world.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -184,16 +176,10 @@
|
||||
<h3>Parameters:</h3>
|
||||
<ul>
|
||||
<li><span class="parameter">DestroyGroup</span>
|
||||
|
||||
<pre><code> Group structure describing the group to be evaluated.
|
||||
</code></pre>
|
||||
|
||||
Group structure describing the group to be evaluated.
|
||||
</li>
|
||||
<li><span class="parameter">DestroyUnit</span>
|
||||
|
||||
<pre><code> Unit structure describing the Unit to be evaluated.
|
||||
</code></pre>
|
||||
|
||||
Unit structure describing the Unit to be evaluated.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -209,7 +195,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