<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://oldwiki.eq2classic.com/index.php?action=history&amp;feed=atom&amp;title=LUA%3AGetClientVersion</id>
	<title>LUA:GetClientVersion - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://oldwiki.eq2classic.com/index.php?action=history&amp;feed=atom&amp;title=LUA%3AGetClientVersion"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:GetClientVersion&amp;action=history"/>
	<updated>2026-07-11T13:25:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=LUA:GetClientVersion&amp;diff=8149&amp;oldid=prev</id>
		<title>Jabantiz: Created page with &quot;{{PageHeaderChild|LUA|GetClientVersion}}  = LUA Functions: GetClientVersion() = Gets the data version for the client   ==== Syntax ==== GetClientVersion(param1)   ==== Paramet...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:GetClientVersion&amp;diff=8149&amp;oldid=prev"/>
		<updated>2018-06-18T08:03:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{PageHeaderChild|LUA|GetClientVersion}}  = LUA Functions: GetClientVersion() = Gets the data version for the client   ==== Syntax ==== GetClientVersion(param1)   ==== Paramet...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PageHeaderChild|LUA|GetClientVersion}}&lt;br /&gt;
&lt;br /&gt;
= LUA Functions: GetClientVersion() =&lt;br /&gt;
Gets the data version for the client&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Syntax ====&lt;br /&gt;
GetClientVersion(param1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
; Required - ''param1'' (Spawn)&lt;br /&gt;
: ''param1'' is the player to get the data version for&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function hailed(NPC, Spawn)&lt;br /&gt;
    Say(NPC, &amp;quot;Your data version is &amp;quot; .. GetClientVersion(Spawn))&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When the NPC is hailed it will reply with the players data version&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
Can only be use on a player.&lt;/div&gt;</summary>
		<author><name>Jabantiz</name></author>
		
	</entry>
</feed>