Lua:cheatEngineIs64Bit

From Cheat Engine
Revision as of 01:03, 28 August 2020 by Ajanuw (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function cheatEngineIs64Bit()

Returns true if the the Cheat Engine version you are running is the 64-bit version.

This information can be helpful when trying to figure out which plugin to load

Function Parameters[edit]

<none>

See also[edit]

print(cheatEngineIs64Bit() and "x64" or "x86")