Thread Tools Display Modes
Prev Previous Post   Next Post Next
05/26/16, 03:39 PM   #1
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
[implemented] ESO Client Version and ESO Client type

Lua Code:
  1. local localClientVersion = GetESOLocalVersion()
  2. -- ex : "2.4.4" (The version of the ESO Client).

(It could be interesting to push this info on the executable properties too at the compilation process).

Lua Code:
  1. local clientType = GetESOClientType()
  2. -- ex "WIN32", "WIN64", "MAC"
 
 

ESOUI » Developer Discussions » Wish List » [implemented] ESO Client Version and ESO Client type


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off