I want to make public script automatically detect bit of game, but always detect 64bit even though my game lib is arm-v7a/32bit
Example:
v = gg.getTargetInfo()if v.x32 then-- if 32BIT goto-- 32bit function --else-- if 64BIT goto-- 64bit function --end
Or
v = gg.getTargetInfo()function EX()if v.x32 ==truethen-- if 32BIT goto-- 32bit function --endif v.x32 ==falsethen-- if 64BIT goto-- 64bit function --endend
How can possible i fix it?
*Sorry for my bad english, I was helped by google translate*
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
SamePerson
I want to make public script automatically detect bit of game, but always detect 64bit even though my game lib is arm-v7a/32bit
Example:
Or
How can possible i fix it?
*Sorry for my bad english, I was helped by google translate*
5 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.