Difference between revisions of "Lua:targetIsArm"

From Cheat Engine
Jump to navigation Jump to search
m (Examples: Syntax Highlight.)
m (Added related function template.)
 
Line 20: Line 20:
  
 
{{LuaSeeAlso}}
 
{{LuaSeeAlso}}
 +
 +
{{TargetIdentity}}

Latest revision as of 23:37, 26 June 2026

<> Lua API Reference

function targetIsArm() : boolean

Returns true if the target process is ARM based.

Function Parameters[edit]

This function has no parameters.

Returns[edit]

boolean — True if the target process is ARM based, otherwise false.

Examples[edit]

1 if targetIsArm() then
2   print("Target process is ARM based")
3 else
4   print("Target process is not ARM based")
5 end

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Target / Platform Helpers

Memory / Autorun Helpers

Output / Formatting

printf

Disassembly Helpers

Taskbar Progress Helpers