<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to valid_vid</title><link>https://sourceforge.net/p/arcanfe/wiki/valid_vid/</link><description>Recent changes to valid_vid</description><atom:link href="https://sourceforge.net/p/arcanfe/wiki/valid_vid/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 21 Jun 2012 22:45:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/arcanfe/wiki/valid_vid/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage valid_vid modified by Björn Ståhl</title><link>https://sourceforge.net/p/arcanfe/wiki/valid_vid/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -2,7 +2,7 @@
 
 ~~~~
 ::Lua
-    function valid_vid(vid) =&gt; boolean
+    function valid_vid(vid) =&gt; true or false
 ~~~~
 
 Checks VID maps to a real object or not. 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Björn Ståhl</dc:creator><pubDate>Thu, 21 Jun 2012 22:45:31 -0000</pubDate><guid>https://sourceforge.net49a663e1e24bb1f2a85df1a5c690aac64f69417e</guid></item><item><title>WikiPage valid_vid modified by Björn Ståhl</title><link>https://sourceforge.net/p/arcanfe/wiki/valid_vid/</link><description>**declaration:**

~~~~
::Lua
    function valid_vid(vid) =&gt; boolean
~~~~

Checks VID maps to a real object or not. 

** caveats: **

With a properly coded script, this shouldn't be needed at all. It is provided to assist debugging. It may give false positives in scripts with a high create/delete cycle (VIDs may wrap around and a dangling reference actually become valid again but for the wrong object).
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Björn Ståhl</dc:creator><pubDate>Thu, 21 Jun 2012 22:45:10 -0000</pubDate><guid>https://sourceforge.neted84e2542b6710f937ffeac4f4fd40944d38d95d</guid></item></channel></rss>