Difference between revisions of "CliVer"

From Wiki
Jump to: navigation, search
(Example)
Line 1: Line 1:
__NOTOC__
+
{{header|Client Variables|ro|Contains the version of the Ultima Online client that EasyUO is attached to.}}
== #cliVer ==
+
'''Client System Variables'''
+
=== Description ===
+
{{ro}}
+
  
Contains the version of the client
 
 
==== Example ====
 
==== Example ====
 
<pre>
 
<pre>
Line 17: Line 12:
 
</pre>
 
</pre>
  
==== See Also ====
+
{{footer}}
{|
+
| Width=200px |
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Client_Variables|Client System Variables]]
+
|}
+

Revision as of 08:47, 27 August 2005

Contains the version of the Ultima Online client that EasyUO is attached to.

Example


if #cliVer <> 4.0.0e
{
  event SysMessage This script was developed for client 4.0.0e. Be aware of any changes.
  pause
}

See also

Main Page Documentation