mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-11 11:47:35 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -2176,7 +2176,7 @@ Therefore, this class is considered to be deprecated</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AI_PATROL_ZONE)._NewPatrolRoute">AI_PATROL_ZONE._NewPatrolRoute(AIControllable, self)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AI_PATROL_ZONE)._NewPatrolRoute">AI_PATROL_ZONE:_NewPatrolRoute(AIControllable)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
@@ -4785,6 +4785,10 @@ PatrolArea = AI_PATROL_ZONE:New( PatrolZone, 3000, 6000, 600, 900 )</code></pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> @param #AI_PATROL_ZONE self
|
||||
@param Core.Event#EVENTDATA EventData</p>
|
||||
|
||||
<div id= "#Functions##OnCrash" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
@@ -4795,7 +4799,6 @@ PatrolArea = AI_PATROL_ZONE:New( PatrolZone, 3000, 6000, 600, 900 )</code></pre>
|
||||
<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>
|
||||
@@ -4816,6 +4819,10 @@ PatrolArea = AI_PATROL_ZONE:New( PatrolZone, 3000, 6000, 600, 900 )</code></pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> @param #AI_PATROL_ZONE self
|
||||
@param Core.Event#EVENTDATA EventData</p>
|
||||
|
||||
<div id= "#Functions##OnEjection" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
@@ -4826,7 +4833,6 @@ PatrolArea = AI_PATROL_ZONE:New( PatrolZone, 3000, 6000, 600, 900 )</code></pre>
|
||||
<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>
|
||||
@@ -5312,6 +5318,10 @@ PatrolArea = AI_PATROL_ZONE:New( PatrolZone, 3000, 6000, 600, 900 )</code></pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> @param #AI_PATROL_ZONE self
|
||||
@param Core.Event#EVENTDATA EventData</p>
|
||||
|
||||
<div id= "#Functions##OnPilotDead" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
@@ -5322,7 +5332,6 @@ PatrolArea = AI_PATROL_ZONE:New( PatrolZone, 3000, 6000, 600, 900 )</code></pre>
|
||||
<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>
|
||||
@@ -5804,39 +5813,30 @@ The default interval is 30 seconds.</p>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(AI_PATROL_ZONE)._NewPatrolRoute" ><strong>AI_PATROL_ZONE._NewPatrolRoute(AIControllable, self)</strong></a></h2>
|
||||
<h2><a id="#(AI_PATROL_ZONE)._NewPatrolRoute" ><strong>AI_PATROL_ZONE:_NewPatrolRoute(AIControllable)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> @param Wrapper.Controllable#CONTROLLABLE AIControllable
|
||||
This static method is called from the route path within the last task at the last waypoint of the Controllable.
|
||||
Note that this method is required, as triggers the next route when patrolling for the Controllable.</p>
|
||||
|
||||
<div id= "#Functions##_NewPatrolRoute" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
<div class="w3-margin-left">
|
||||
<p>AI_PATROL_ZONE</p>
|
||||
</div>
|
||||
<h2><strong>Parameters:</strong></h2>
|
||||
<h2><strong>Parameter:</strong></h2>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="Wrapper.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</a>
|
||||
<strong><strong>AIControllable</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>This static method is called from the route path within the last task at the last waypoint of the Controllable.
|
||||
Note that this method is required, as triggers the next route when patrolling for the Controllable.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<strong><strong>self</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -6084,6 +6084,9 @@ Note that this method is required, as triggers the next route when patrolling fo
|
||||
|
||||
|
||||
|
||||
|
||||
<p> @param #AI_PATROL_ZONE self</p>
|
||||
|
||||
<div id= "#Functions##onafterDead" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
@@ -6103,6 +6106,10 @@ Note that this method is required, as triggers the next route when patrolling fo
|
||||
|
||||
|
||||
|
||||
|
||||
<p> @param #AI_PATROL_ZONE self
|
||||
@param Wrapper.Controllable#CONTROLLABLE Controllable</p>
|
||||
|
||||
<div id= "#Functions##onafterDetect" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
@@ -6163,6 +6170,9 @@ Note that this method is required, as triggers the next route when patrolling fo
|
||||
|
||||
|
||||
|
||||
|
||||
<p> @param #AI_PATROL_ZONE self</p>
|
||||
|
||||
<div id= "#Functions##onafterRTB" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
@@ -6337,6 +6347,9 @@ Note that this method is required, as triggers the next route when patrolling fo
|
||||
|
||||
|
||||
|
||||
|
||||
<p> @param #AI_PATROL_ZONE self</p>
|
||||
|
||||
<div id= "#Functions##onafterStatus" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
@@ -6356,6 +6369,10 @@ Note that this method is required, as triggers the next route when patrolling fo
|
||||
|
||||
|
||||
|
||||
|
||||
<p> @param #AI_PATROL_ZONE self
|
||||
@param Wrapper.Controllable#CONTROLLABLE Controllable+</p>
|
||||
|
||||
<div id= "#Functions##onbeforeDetect" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
@@ -6416,6 +6433,9 @@ Note that this method is required, as triggers the next route when patrolling fo
|
||||
|
||||
|
||||
|
||||
|
||||
<p> @param #AI_PATROL_ZONE self</p>
|
||||
|
||||
<div id= "#Functions##onbeforeStatus" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
|
||||
Reference in New Issue
Block a user