<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.quasar-rce.com/index.php?action=history&amp;feed=atom&amp;title=Vendetta%2FAPI%2Fresolve_dep_table</id>
	<title>Vendetta/API/resolve dep table - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.quasar-rce.com/index.php?action=history&amp;feed=atom&amp;title=Vendetta%2FAPI%2Fresolve_dep_table"/>
	<link rel="alternate" type="text/html" href="https://wiki.quasar-rce.com/index.php?title=Vendetta/API/resolve_dep_table&amp;action=history"/>
	<updated>2026-04-07T09:29:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.quasar-rce.com/index.php?title=Vendetta/API/resolve_dep_table&amp;diff=57&amp;oldid=prev</id>
		<title>Wikiadmin: created resolve_dep_table</title>
		<link rel="alternate" type="text/html" href="https://wiki.quasar-rce.com/index.php?title=Vendetta/API/resolve_dep_table&amp;diff=57&amp;oldid=prev"/>
		<updated>2025-03-03T15:42:12Z</updated>

		<summary type="html">&lt;p&gt;created resolve_dep_table&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Definition ===&lt;br /&gt;
lib.resolve_dep_table (input_table) :: boolean status&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
When provided a table of mod IDs, checks if all exist and returns the result.&lt;br /&gt;
&lt;br /&gt;
=== Arguments ===&lt;br /&gt;
# input_table: Table of mod IDs in the following format:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=lua line&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  {&lt;br /&gt;
    name = mod_name,&lt;br /&gt;
    version = mod_version,&lt;br /&gt;
  },&lt;br /&gt;
  {&lt;br /&gt;
    name = mod_name,&lt;br /&gt;
    version = mod_version_minimum,&lt;br /&gt;
    ver_max = mod_version_maximum,&lt;br /&gt;
  },&lt;br /&gt;
  ...&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
# Boolean status&lt;br /&gt;
#* true if all mods in the table are &amp;quot;ready&amp;quot;, otherwise false&lt;br /&gt;
#* mods must be loaded! existing isn&amp;#039;t enough!&lt;br /&gt;
&lt;br /&gt;
=== Other notes ===&lt;br /&gt;
* Added in LME 3.0.x&lt;br /&gt;
* Just like lib.require(), use a ver_max=&amp;quot;version&amp;quot; entry to make that particular mod entry accept a range of version numbers, with the old version=&amp;quot;mod_version&amp;quot; acting as the minimum version&lt;br /&gt;
* The input table is not sanity checked yet…&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
</feed>