<?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_getPoint</id>
		<title>VisionaireObject Command: getPoint - 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_getPoint"/>
		<link rel="alternate" type="text/html" href="https://wiki.visionaire-tracker.net/index.php?title=VisionaireObject_Command:_getPoint&amp;action=history"/>
		<updated>2026-05-27T22:16:03Z</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:_getPoint&amp;diff=12159&amp;oldid=prev</id>
		<title>EK: Created page with &quot;Returns the point values of a VisionaireObject field.   == Syntax == &lt;syntaxhighlight lang=&quot;lua&quot;&gt; getPoint(field) &lt;/syntaxhighlight&gt;   == Parameters ==  {| class=&quot;ts&quot; |- ! sty...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.visionaire-tracker.net/index.php?title=VisionaireObject_Command:_getPoint&amp;diff=12159&amp;oldid=prev"/>
				<updated>2023-08-11T20:03:32Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Returns the point values of a VisionaireObject field.   == Syntax == &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; getPoint(field) &amp;lt;/syntaxhighlight&amp;gt;   == Parameters ==  {| class=&amp;quot;ts&amp;quot; |- ! sty...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Returns the point values of a VisionaireObject field.&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;
getPoint(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 point. The field type must be &amp;quot;t_point&amp;quot;.&lt;br /&gt;
''Specify the field constant name (V + object table name in singular + field name) or the field id, see the example.''&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; colspan=&amp;quot;2&amp;quot; | Type/Structure&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | table&lt;br /&gt;
| x (int)&lt;br /&gt;
| x coordinate of the point stored in the field&lt;br /&gt;
|-&lt;br /&gt;
| y (int)&lt;br /&gt;
| y coordinate of the point stored in the field&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
'''Example 1:''' Get the position of a currently running animation.&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 anim_pos = getObject(&amp;quot;ActiveAnimations[cat]&amp;quot;):getPoint(VAnimationCurrentPosition)&lt;br /&gt;
local anim_pos = getObject(&amp;quot;ActiveAnimations[cat]&amp;quot;):getPoint(496)&lt;br /&gt;
&lt;br /&gt;
-- The shorthand notation offers a more convenient way to achieve the same&lt;br /&gt;
local anim_pos = ActiveAnimations[&amp;quot;cat&amp;quot;].CurrentPosition&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{toc}}&lt;/div&gt;</summary>
		<author><name>EK</name></author>	</entry>

	</feed>