Progress!

This commit is contained in:
FlightControl
2017-04-22 13:53:54 +02:00
parent 4138a54e6b
commit 036768d400
23 changed files with 1129 additions and 239 deletions

View File

@@ -312,6 +312,12 @@ YYYY-MM-DD: CLASS:<strong>NewFunction( Params )</strong> added</p>
<td class="name" nowrap="nowrap"><a href="##(BASE).OnEventCrash">BASE:OnEventCrash(EventData)</a></td>
<td class="summary">
<p>Occurs when any aircraft crashes into the ground and is completely destroyed.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(BASE).OnEventDead">BASE:OnEventDead(EventData)</a></td>
<td class="summary">
<p>Occurs when an object is dead.</p>
</td>
</tr>
<tr>
@@ -1398,6 +1404,31 @@ The EventData structure.</p>
<dl class="function">
<dt>
<a id="#(BASE).OnEventDead" >
<strong>BASE:OnEventDead(EventData)</strong>
</a>
</dt>
<dd>
<p>Occurs when an object is dead.</p>
<p>initiator : The unit that is dead. </p>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em><a href="Core.Event.html##(EVENTDATA)">Core.Event#EVENTDATA</a> EventData </em></code>:
The EventData structure.</p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(BASE).OnEventEjection" >
<strong>BASE:OnEventEjection(EventData)</strong>
</a>