Lua:targetIs64Bit

From Cheat Engine
Revision as of 01:05, 28 August 2020 by Ajanuw (talk | contribs)
Jump to navigation Jump to search

function targetIs64Bit() : boolean

Returns true if the the process Cheat Engine is attached to is 64-bit.

Function Parameters

<none>

See also

Lua
Script Engine
print( targetIs64Bit() and "x64" or "x86" )

Related Functions