Difference between revisions of "Lua:targetIs64Bit"
Jump to navigation
Jump to search
(Created page with ''''function''' targetIs64Bit() Returns true if the the process Cheat Engine is attached to is 64-bit. ===Function Parameters=== None == See also == * Lua') |
|||
| Line 3: | Line 3: | ||
Returns true if the the process Cheat Engine is attached to is 64-bit. | Returns true if the the process Cheat Engine is attached to is 64-bit. | ||
| − | ===Function Parameters=== | + | === Function Parameters === |
| − | + | <none> | |
== See also == | == See also == | ||
* [[Lua]] | * [[Lua]] | ||
| + | * [[Help_File:Script engine|Script engine]] | ||
| + | |||
| + | === Related Functions === | ||
| + | * [[cheatEngineIs64Bit]] | ||
| + | * [[getOpenedProcessID]] | ||
| + | * [[getAddress]] | ||
| + | * [[getNameFromAddress]] | ||
| + | * [[getCommonModuleList]] | ||
| + | * [[inModule]] | ||
| + | * [[inSystemModule]] | ||
| + | * [[enumModules]] | ||
| + | * [[debugProcess]] | ||
| + | * [[debug_isDebugging]] | ||
| + | * [[debug_canBreak]] | ||
| + | * [[debug_isBroken]] | ||
| + | * [[debug_getBreakpointList]] | ||
| + | * [[debug_setBreakpoint]] | ||
| + | * [[debug_removeBreakpoint]] | ||
| + | * [[debug_continueFromBreakpoint]] | ||
Revision as of 02:52, 10 March 2017
function targetIs64Bit()
Returns true if the the process Cheat Engine is attached to is 64-bit.
Function Parameters
<none>