mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -1807,13 +1807,13 @@ Last Update: Mar 2023</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MARKEROPS_BASE).OnAfterMarkAdded">MARKEROPS_BASE:OnAfterMarkAdded(From, Event, To, Text, Keywords, Coord, MarkerID, CoalitionNumber)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MARKEROPS_BASE).OnAfterMarkAdded">MARKEROPS_BASE:OnAfterMarkAdded(From, Event, To, Text, Keywords, Coord, MarkerID, CoalitionNumber, PlayerName, EventData)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>On after "MarkAdded" event.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MARKEROPS_BASE).OnAfterMarkChanged">MARKEROPS_BASE:OnAfterMarkChanged(From, Event, To, Text, Keywords, Coord, MarkerID, CoalitionNumber)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MARKEROPS_BASE).OnAfterMarkChanged">MARKEROPS_BASE:OnAfterMarkChanged(From, Event, To, Text, Keywords, Coord, MarkerID, CoalitionNumber, PlayerName, EventData)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>On after "MarkChanged" event.</p>
|
||||
</td>
|
||||
@@ -2938,7 +2938,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(MARKEROPS_BASE).OnAfterMarkAdded" ><strong>MARKEROPS_BASE:OnAfterMarkAdded(From, Event, To, Text, Keywords, Coord, MarkerID, CoalitionNumber)</strong></a></h2>
|
||||
<h2><a id="#(MARKEROPS_BASE).OnAfterMarkAdded" ><strong>MARKEROPS_BASE:OnAfterMarkAdded(From, Event, To, Text, Keywords, Coord, MarkerID, CoalitionNumber, PlayerName, EventData)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>On after "MarkAdded" event.</p>
|
||||
@@ -2962,7 +2962,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The From state</p>
|
||||
<p>The From state.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2975,7 +2975,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The Event called</p>
|
||||
<p>The Event called.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -2988,7 +2988,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The To state</p>
|
||||
<p>The To state.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3001,7 +3001,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The text on the marker</p>
|
||||
<p>The text on the marker.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3014,7 +3014,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Table of matching keywords found in the Event text</p>
|
||||
<p>Table of matching keywords found in the Event text.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3040,7 +3040,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Id of this marker</p>
|
||||
<p>Id of this marker.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3053,7 +3053,33 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Coalition of the marker creator</p>
|
||||
<p>Coalition of the marker creator.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#string
|
||||
<strong><strong>PlayerName</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Name of the player creating/changing the mark. nil if it cannot be obtained. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="Core.Event.html##(EVENTDATA)">Core.Event#EVENTDATA</a>
|
||||
<strong><strong>EventData</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>the event data table. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3065,7 +3091,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(MARKEROPS_BASE).OnAfterMarkChanged" ><strong>MARKEROPS_BASE:OnAfterMarkChanged(From, Event, To, Text, Keywords, Coord, MarkerID, CoalitionNumber)</strong></a></h2>
|
||||
<h2><a id="#(MARKEROPS_BASE).OnAfterMarkChanged" ><strong>MARKEROPS_BASE:OnAfterMarkChanged(From, Event, To, Text, Keywords, Coord, MarkerID, CoalitionNumber, PlayerName, EventData)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>On after "MarkChanged" event.</p>
|
||||
@@ -3089,7 +3115,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The From state</p>
|
||||
<p>The From state.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3102,7 +3128,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The Event called</p>
|
||||
<p>The Event called.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3115,7 +3141,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The To state</p>
|
||||
<p>The To state.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3128,7 +3154,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The text on the marker</p>
|
||||
<p>The text on the marker.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3141,7 +3167,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Table of matching keywords found in the Event text</p>
|
||||
<p>Table of matching keywords found in the Event text.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3167,7 +3193,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Id of this marker</p>
|
||||
<p>Id of this marker.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3180,7 +3206,33 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Coalition of the marker creator</p>
|
||||
<p>Coalition of the marker creator.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#string
|
||||
<strong><strong>PlayerName</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Name of the player creating/changing the mark. nil if it cannot be obtained. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="Core.Event.html##(EVENTDATA)">Core.Event#EVENTDATA</a>
|
||||
<strong><strong>EventData</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>the event data table</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user