View Single Post
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"