Documentation

This commit is contained in:
svenvandevelde
2016-03-15 17:56:41 +01:00
parent 4228c2c1ca
commit 17f961f7d9
42 changed files with 1569 additions and 1300 deletions

View File

@@ -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><strong>DESTROYUNITTYPESTASK</strong></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>
@@ -83,9 +80,7 @@
<h1>Class <code>DESTROYUNITTYPESTASK</code></h1>
<p>Set TASK to destroy certain unit types.</p>
<p>
</p>
<p></p>
<h2><a href="#Methods">Methods</a></h2>
@@ -119,31 +114,19 @@
<ul>
<li><span class="parameter">DestroyGroupType</span>
<span class="types"><a class="type" href="http://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
<pre><code> String describing the group to be destroyed. f.e. "Radar Installations", "Fleet", "Batallion", "Command Centers".
</code></pre>
String describing the group to be destroyed. f.e. "Radar Installations", "Fleet", "Batallion", "Command Centers".
</li>
<li><span class="parameter">DestroyUnitType</span>
<span class="types"><a class="type" href="http://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
<pre><code> String describing the unit to be destroyed. f.e. "radars", "ships", "tanks", "centers".
</code></pre>
String describing the unit to be destroyed. f.e. "radars", "ships", "tanks", "centers".
</li>
<li><span class="parameter">DestroyGroupNames</span>
<span class="types"><a class="type" href="http://www.lua.org/manual/5.1/manual.html#5.5">table{string,...}</a></span>
<pre><code>Table of string containing the group names of which the radars are be destroyed.
</code></pre>
Table of string containing the group names of which the radars are be destroyed.
</li>
<li><span class="parameter">DestroyUnitTypes</span>
<span class="types"><a class="type" href="http://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
<pre><code> Table of string containing the type names of the units to achieve mission success.
</code></pre>
Table of string containing the type names of the units to achieve mission success.
</li>
</ul>
@@ -152,8 +135,6 @@
<span class="types"><a class="type" href="../classes/DESTROYUNITTYPESTASK.html#">DESTROYUNITTYPESTASK</a></span>
</ol>
@@ -172,17 +153,11 @@
<ul>
<li><span class="parameter">DestroyGroup</span>
<span class="types"><span class="type">Group</span></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>
<span class="types"><span class="type">Unit</span></span>
<pre><code> Unit structure describing the Unit to be evaluated.
</code></pre>
Unit structure describing the Unit to be evaluated.
</li>
</ul>
@@ -198,7 +173,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>