<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.visionaire-tracker.net/index.php?action=history&amp;feed=atom&amp;title=VisionaireObject_Command%3A_getPaths</id>
		<title>VisionaireObject Command: getPaths - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.visionaire-tracker.net/index.php?action=history&amp;feed=atom&amp;title=VisionaireObject_Command%3A_getPaths"/>
		<link rel="alternate" type="text/html" href="https://wiki.visionaire-tracker.net/index.php?title=VisionaireObject_Command:_getPaths&amp;action=history"/>
		<updated>2026-05-27T22:15:06Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.visionaire-tracker.net/index.php?title=VisionaireObject_Command:_getPaths&amp;diff=12215&amp;oldid=prev</id>
		<title>EK: Created page with &quot;Returns a table containing multiple paths to media files.   == Syntax == &lt;syntaxhighlight lang=&quot;lua&quot;&gt; getPaths(field) &lt;/syntaxhighlight&gt;   == Parameters ==  {| class=&quot;ts&quot; |- !...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.visionaire-tracker.net/index.php?title=VisionaireObject_Command:_getPaths&amp;diff=12215&amp;oldid=prev"/>
				<updated>2023-08-31T14:49:39Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Returns a table containing multiple paths to media files.   == Syntax == &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; getPaths(field) &amp;lt;/syntaxhighlight&amp;gt;   == Parameters ==  {| class=&amp;quot;ts&amp;quot; |- !...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Returns a table containing multiple paths to media files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
getPaths(field)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;ts&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width:15%&amp;quot; | Parameter&lt;br /&gt;
! style=&amp;quot;width:15%&amp;quot; | Type&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| field&lt;br /&gt;
| integer&lt;br /&gt;
| The field which specifies a list of path values. The field type must be &amp;quot;t_vpath&amp;quot;.&lt;br /&gt;
''Specify the field constant name (V + object table name in singular + field name) or the field id.''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Return values ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;ts&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width:15%&amp;quot; | Type&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| table&lt;br /&gt;
| The table of t_path values linked in the field. The paths will be returned in unix format (&amp;quot;/&amp;quot; for directories) and relative to the .ved file.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
'''Example 1:''' Get the file paths of the textures of a 3D character model.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
-- Specify the field constant name or the field id&lt;br /&gt;
local txtr_tbl = getObject(&amp;quot;Characters[hero].CharacterOutfits[Normal]&amp;quot;):getPaths(VOutfitModelTextures)&lt;br /&gt;
local txtr_tbl = getObject(&amp;quot;Characters[hero].CharacterOutfits[Normal]&amp;quot;):getPaths(728)&lt;br /&gt;
&lt;br /&gt;
-- The shorthand notation offers a more convenient way to achieve the same&lt;br /&gt;
local txtr_tbl = Characters[&amp;quot;hero&amp;quot;].Outfits[&amp;quot;Normal&amp;quot;].ModelTextures&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{toc}}&lt;/div&gt;</summary>
		<author><name>EK</name></author>	</entry>

	</feed>