<?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%2Fget_whole_ver</id>
	<title>Vendetta/API/get whole ver - 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%2Fget_whole_ver"/>
	<link rel="alternate" type="text/html" href="https://wiki.quasar-rce.com/index.php?title=Vendetta/API/get_whole_ver&amp;action=history"/>
	<updated>2026-04-07T09:39:07Z</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/get_whole_ver&amp;diff=38&amp;oldid=prev</id>
		<title>Wikiadmin: created get_whole_ver</title>
		<link rel="alternate" type="text/html" href="https://wiki.quasar-rce.com/index.php?title=Vendetta/API/get_whole_ver&amp;diff=38&amp;oldid=prev"/>
		<updated>2025-03-03T15:06:11Z</updated>

		<summary type="html">&lt;p&gt;created get_whole_ver&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.get_whole_ver (string version) :: table version_data, table metadata&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
Break down a semantic version string or similar and return as itemized tables&lt;br /&gt;
&lt;br /&gt;
=== Arguments ===&lt;br /&gt;
# string version: String to be broken apart&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
# table version_data: main version data, each individual number seperated into individual keys&lt;br /&gt;
# table metadata: extra suffix attached to some version strings&lt;br /&gt;
&lt;br /&gt;
=== Other notes ===&lt;br /&gt;
* Added in LME 3.4.x&lt;br /&gt;
* While this function was designed with Semantic versioning in mind, it will support in theory any version string where numbers are seperated by non numbers. The only restricted character is the hyphen (-), which denotes the beginning of metadata.&lt;br /&gt;
* Currently, all metadata is stored in the first key of the metadata table. While it might seem more intuitive to just return a string comprising of the metadata, in the future this function may be able to break metadata into individual components if neccesary, so for long-term compatibility it will return a table.&lt;br /&gt;
&lt;br /&gt;
Examples of what to expect using this function:&lt;br /&gt;
&lt;br /&gt;
* Pure semantic style: &amp;quot;1.4.4 -beta&amp;quot;&lt;br /&gt;
** {1, 4, 4}, {beta}&lt;br /&gt;
* VO Update versioning: &amp;quot;1.8.640.1&amp;quot;&lt;br /&gt;
** {1, 8, 640, 1}, {}&lt;br /&gt;
* Incremental Version Numbering: &amp;quot;4&amp;quot;&lt;br /&gt;
** {4},{}&lt;br /&gt;
* Release/date/build number: &amp;quot;r16y23m3 -b104&amp;quot;&lt;br /&gt;
** {16, 23, 3}, {b104}&lt;br /&gt;
As you can see, it allows Neoloader to be versatile in handling a wide range of modder preferences, as long as their own individual styles remain consistant.&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
</feed>