<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hoggitworld.com/index.php?action=history&amp;feed=atom&amp;title=MIST_groundPatrol</id>
		<title>MIST groundPatrol - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hoggitworld.com/index.php?action=history&amp;feed=atom&amp;title=MIST_groundPatrol"/>
		<link rel="alternate" type="text/html" href="https://wiki.hoggitworld.com/index.php?title=MIST_groundPatrol&amp;action=history"/>
		<updated>2026-04-24T22:50:42Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.hoggitworld.com/index.php?title=MIST_groundPatrol&amp;diff=1027&amp;oldid=prev</id>
		<title>Grimes at 23:01, 13 April 2018</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoggitworld.com/index.php?title=MIST_groundPatrol&amp;diff=1027&amp;oldid=prev"/>
				<updated>2018-04-13T23:01:51Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Mission Scripting&lt;br /&gt;
&lt;br /&gt;
|fName= mist.ground.patrol&lt;br /&gt;
&lt;br /&gt;
|vNum = Mist 3.2&lt;br /&gt;
&lt;br /&gt;
|desc= This function will re-assign the route of the specified groupName as defined in the mission editor when the group reaches the end of their route effectively creating a patrol.&lt;br /&gt;
&lt;br /&gt;
|rtnType= nothing&lt;br /&gt;
&lt;br /&gt;
|reqType1= table/string &lt;br /&gt;
&lt;br /&gt;
|reqName1= group/groupName&lt;br /&gt;
&lt;br /&gt;
|reqType2= &lt;br /&gt;
&lt;br /&gt;
|reqName2= &lt;br /&gt;
&lt;br /&gt;
|reqType3=&lt;br /&gt;
&lt;br /&gt;
|optType1= string&lt;br /&gt;
&lt;br /&gt;
|optName1= patrolType&lt;br /&gt;
&lt;br /&gt;
|optType2= string&lt;br /&gt;
&lt;br /&gt;
|optName2= formation&lt;br /&gt;
|optType3= number&lt;br /&gt;
&lt;br /&gt;
|optName3= speed&lt;br /&gt;
|optType4=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|varExamples= groupTable = Group.getByName('myGroup')&lt;br /&gt;
groupName = string of an existing group&lt;br /&gt;
&lt;br /&gt;
patrolType = string of patrol types. &lt;br /&gt;
 doubleBack  - Group follows the route in the order of 1, 2, 3, 2, 1, 2, 3, 2, ...&lt;br /&gt;
 nil or anything - Group follows route, when route is finish group travels back to WP 1: 1, 2, 3, 1, 2, 3, 1, ...&lt;br /&gt;
&lt;br /&gt;
formation = string of valid formation types&lt;br /&gt;
&lt;br /&gt;
speed = positive number in meters per second&lt;br /&gt;
&lt;br /&gt;
|rtnExamples= &lt;br /&gt;
&lt;br /&gt;
|example= &amp;lt;code&amp;gt;&lt;br /&gt;
do&lt;br /&gt;
  mist.ground.patrol('myGroup', nil, 'diamond', 10)&lt;br /&gt;
  mist.ground.patrol('myGroup', 'doubleBack')&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|notes= Utilizes mist.ground.patrolRoute.&lt;br /&gt;
&lt;br /&gt;
|funcs= {{listOfMistGroupOrders}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
[[Category: MIST|groundPatrol]]&lt;/div&gt;</summary>
		<author><name>Grimes</name></author>	</entry>

	</feed>