function targetIs64Bit() : boolean
Returns true if the the process Cheat Engine is attached to is 64-bit.
<none>
print( targetIs64Bit() and "x64" or "x86" )