Difference between revisions of "Lua:targetIs64Bit"
Jump to navigation
Jump to search
(→Related Functions) |
|||
| Line 7: | Line 7: | ||
{{LuaSeeAlso}} | {{LuaSeeAlso}} | ||
| + | <pre> | ||
| + | print( targetIs64Bit() and "x64" or "x86" ) | ||
| + | </pre> | ||
=== Related Functions === | === Related Functions === | ||
Latest revision as of 01:05, 28 August 2020
function targetIs64Bit() : boolean
Returns true if the the process Cheat Engine is attached to is 64-bit.
Function Parameters[edit]
<none>
See also[edit]
print( targetIs64Bit() and "x64" or "x86" )