Lua:targetIs64Bit

From Cheat Engine
Revision as of 19:16, 25 June 2026 by Leunsel (talk | contribs) (Syntax Highlighting.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<> Lua API Reference

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]

1 print(targetIs64Bit() and "x64" or "x86")

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Process Open / Creation

Process Lists / Modules

Process Control / Target State