Thread Tools Display Modes
02/12/16, 06:10 AM   #1
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
[implemented] A function for CPU architecture

A function to let us know, if we are running 32bit or 64bit client.
For example for the Lua memory limit.
And not every user knows how to verify which client is running, if the launcher starts it.

If such a function already exists, I did not find it.

Maybe one could extend the GetUIPlatform function like this:
local platform, architecture = GetUIPlatform()

UI_PLATFORM_ARCHITECTURE_X86
UI_PLATFORM_ARCHITECTURE_X64

Thanks in advance
 

ESOUI » Developer Discussions » Wish List » [implemented] A function for CPU architecture


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