<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.en.stne.net/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.en.stne.net/index.php?action=history&amp;feed=atom&amp;title=API%3AEShipDirection</id>
		<title>API:EShipDirection - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.en.stne.net/index.php?action=history&amp;feed=atom&amp;title=API%3AEShipDirection"/>
		<link rel="alternate" type="text/html" href="http://wiki.en.stne.net/index.php?title=API:EShipDirection&amp;action=history"/>
		<updated>2026-05-13T23:45:42Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://wiki.en.stne.net/index.php?title=API:EShipDirection&amp;diff=81172&amp;oldid=prev</id>
		<title>Jacksfh: Created page with &quot;{{apiMenu}} EShipDirection is an enumerator that simplifies the navigation of ships by script. It is used exclusively as a parameter of [[API:...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.en.stne.net/index.php?title=API:EShipDirection&amp;diff=81172&amp;oldid=prev"/>
				<updated>2020-05-04T21:22:47Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{apiMenu}} &lt;a href=&quot;/index.php/API:EShipDirection&quot; title=&quot;API:EShipDirection&quot;&gt;EShipDirection&lt;/a&gt; is an &lt;a href=&quot;/index.php?title=API:Enum&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;API:Enum (page does not exist)&quot;&gt;enumerator&lt;/a&gt; that simplifies the navigation of ships by script. It is used exclusively as a parameter of [[API:...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{apiMenu}}&lt;br /&gt;
[[API:EShipDirection|EShipDirection]] is an [[API:Enum|enumerator]] that simplifies the navigation of ships by script. It is used exclusively as a parameter of [[API:CBaseShipManager|CBaseShipManager.Fly()]] and is therefore suitable for flying via script even without [[Feature Pack]].&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&lt;br /&gt;
 Var myShip As New CMyShip(12345);&lt;br /&gt;
 myShip.Action.Fly(10,EShipDirection.Up);&lt;br /&gt;
&lt;br /&gt;
In the example above the ship flies up 10 sectors. Instead of the '''EShipDirection.Up''' [[API:Enum|enumerator]] its value can be used just as well. The following code does exactly the same as the previous example&lt;br /&gt;
&lt;br /&gt;
 Var myShip As New CMyShip(12345);&lt;br /&gt;
 myShip.Action.Fly(10,0);&lt;br /&gt;
&lt;br /&gt;
==Values==&lt;br /&gt;
&lt;br /&gt;
The following values are assigned for '''EShipDirection'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Name&lt;br /&gt;
!Value&lt;br /&gt;
|-&lt;br /&gt;
|Up&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|Down&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|Left&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|Right&lt;br /&gt;
|3&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
https://game.en.stne.net/objectexplorer?p=EShipDirection&lt;br /&gt;
[[Category:API]]&lt;/div&gt;</summary>
		<author><name>Jacksfh</name></author>	</entry>

	</feed>