Lua:targetIs64Bit
(Redirected from targetIs64Bit)
Jump to navigation
Jump to search
| <> Function function targetIs64Bit() : boolean |
Returns true if the process Cheat Engine is attached to is 64-bit; otherwise returns false.
Function Parameters[edit]
<none>
Example[edit]
print(targetIs64Bit() and "x64" or "x86")
See also[edit]
| Lua |
| Script Engine |