<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.crumbledworld.com/index.php?action=history&amp;feed=atom&amp;title=PathListMover</id>
	<title>PathListMover - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.crumbledworld.com/index.php?action=history&amp;feed=atom&amp;title=PathListMover"/>
	<link rel="alternate" type="text/html" href="https://wiki.crumbledworld.com/index.php?title=PathListMover&amp;action=history"/>
	<updated>2026-04-21T23:16:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://wiki.crumbledworld.com/index.php?title=PathListMover&amp;diff=23&amp;oldid=prev</id>
		<title>Anders: Created page with &quot;{{:pathListMoverExampleCode}}   ==Constructor== {| class=&quot;wikitable&quot; !|function !|description |- |pathListMover(float Speed) | |- |}  ==Functions== {| class=&quot;wikitable&quot; !|return !|function !|description |- | |setSpeed(float speed) |Set speed in m/s |- | |addList(table points) |Add new set of cordinates to pass through. |- | |setList(table points...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.crumbledworld.com/index.php?title=PathListMover&amp;diff=23&amp;oldid=prev"/>
		<updated>2025-07-05T13:01:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{:pathListMoverExampleCode}}   ==Constructor== {| class=&amp;quot;wikitable&amp;quot; !|function !|description |- |pathListMover(float Speed) | |- |}  ==Functions== {| class=&amp;quot;wikitable&amp;quot; !|return !|function !|description |- | |&lt;a href=&quot;/index.php?title=PathListMover:setSpeed(float_speed)&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;PathListMover:setSpeed(float speed) (page does not exist)&quot;&gt;setSpeed&lt;/a&gt;(float speed) |Set speed in m/s |- | |&lt;a href=&quot;/index.php?title=PathListMover:addList(table_points)&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;PathListMover:addList(table points) (page does not exist)&quot;&gt;addList&lt;/a&gt;(&lt;a href=&quot;/index.php/Table&quot; title=&quot;Table&quot;&gt;table&lt;/a&gt; points) |Add new set of cordinates to pass through. |- | |&lt;a href=&quot;/index.php?title=PathListMover:setList(table_points)&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;PathListMover:setList(table points) (page does not exist)&quot;&gt;setList&lt;/a&gt;(&lt;a href=&quot;/index.php/Table&quot; title=&quot;Table&quot;&gt;table&lt;/a&gt; points...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{:pathListMoverExampleCode}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Constructor==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!|function&lt;br /&gt;
!|description&lt;br /&gt;
|-&lt;br /&gt;
|pathListMover(float Speed)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!|return&lt;br /&gt;
!|function&lt;br /&gt;
!|description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[pathListMover:setSpeed(float speed)|setSpeed]](float speed)&lt;br /&gt;
|Set speed in m/s&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[pathListMover:addList(table points)|addList]]([[table]] points)&lt;br /&gt;
|Add new set of cordinates to pass through.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[pathListMover:setList(table points)|setList]]([[table]] points)&lt;br /&gt;
|set the cordinates to pass through.&lt;br /&gt;
|-&lt;br /&gt;
|bool&lt;br /&gt;
|[[pathListMover:willReachEnd()|willReachEnd]]()&lt;br /&gt;
|Will all points in the list bee done if we checkout the next position.&lt;br /&gt;
|-&lt;br /&gt;
|[[Vec3]]&lt;br /&gt;
|[[pathListMover:getNextPos()|getNextPos]]()&lt;br /&gt;
|Get the next position.&lt;br /&gt;
|-&lt;br /&gt;
|[[Vec3]]&lt;br /&gt;
|[[pathListMover:travelDistance(float distance)|travelDistance]](float distance)&lt;br /&gt;
|returns next position on the line&lt;br /&gt;
|-&lt;br /&gt;
|[[Vec3]]&lt;br /&gt;
|[[pathListMover:getVelocity()|getVelocity]]()&lt;br /&gt;
|Get the curent velocity.&lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|[[pathListMover:size()|size]]()&lt;br /&gt;
|Get tnumber of points left to visit.&lt;br /&gt;
|-&lt;br /&gt;
|float&lt;br /&gt;
|[[pathListMover:getLength()|getLength]]()&lt;br /&gt;
|Total distance left&lt;br /&gt;
|-&lt;br /&gt;
|float&lt;br /&gt;
|[[pathListMover:getTraversedLength()|getTraversedLength]]()&lt;br /&gt;
|Get distance traveld.&lt;br /&gt;
|-&lt;br /&gt;
|[[VectorVec3]]&lt;br /&gt;
|[[pathListMover:getList()|getList]]()&lt;br /&gt;
|Get remaining points.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Anders</name></author>
	</entry>
</feed>