Documentation

This commit is contained in:
FlightControl
2017-05-23 22:20:29 +02:00
parent f6a26e3723
commit fb1e9972a5
80 changed files with 5769 additions and 1508 deletions

View File

@@ -75,6 +75,7 @@
<li><a href="Scoring.html">Scoring</a></li>
<li><a href="Sead.html">Sead</a></li>
<li><a href="Set.html">Set</a></li>
<li><a href="Settings.html">Settings</a></li>
<li><a href="Smoke.html">Smoke</a></li>
<li><a href="Spawn.html">Spawn</a></li>
<li><a href="SpawnStatic.html">SpawnStatic</a></li>
@@ -82,6 +83,8 @@
<li><a href="Static.html">Static</a></li>
<li><a href="StaticObject.html">StaticObject</a></li>
<li><a href="Task.html">Task</a></li>
<li><a href="Task_A2A.html">Task_A2A</a></li>
<li><a href="Task_A2A_Dispatcher.html">Task_A2A_Dispatcher</a></li>
<li><a href="Task_A2G.html">Task_A2G</a></li>
<li><a href="Task_A2G_Dispatcher.html">Task_A2G_Dispatcher</a></li>
<li><a href="Task_Cargo.html">Task_Cargo</a></li>
@@ -263,7 +266,7 @@ YYYY-MM-DD: CLASS:<strong>NewFunction( Params )</strong> added</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(BASE).GetState">BASE:GetState(Object, Key, Value)</a></td>
<td class="name" nowrap="nowrap"><a href="##(BASE).GetState">BASE:GetState(Object, Key)</a></td>
<td class="summary">
<p>Get a Value given a Key from the Object.</p>
</td>
@@ -1152,7 +1155,7 @@ is the Child class from which the Parent class needs to be retrieved.</p>
<dt>
<a id="#(BASE).GetState" >
<strong>BASE:GetState(Object, Key, Value)</strong>
<strong>BASE:GetState(Object, Key)</strong>
</a>
</dt>
<dd>
@@ -1175,12 +1178,6 @@ The object that holds the Value set by the Key.</p>
<p><code><em> Key </em></code>:
The key that is used to retrieve the value. Note that the key can be a #string, but it can also be any other type!</p>
</li>
<li>
<p><code><em> Value </em></code>:
The value to is stored in the Object.</p>
</li>
</ul>
<h3>Return value</h3>