Lua:setPointerSize

From Cheat Engine
Revision as of 18:34, 4 February 2022 by LeFiXER (talk | contribs) (Created page with "Category:Lua '''function''' setPointerSize(''size'') Sets the size Cheat Engine will deal with pointers in bytes. (Some 64-bit processes can only use 32-bit addresses) =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function setPointerSize(size)

Sets the size Cheat Engine will deal with pointers in bytes. (Some 64-bit processes can only use 32-bit addresses)

Function Parameters

Parameter Type Description
size Integer The size in bytes Cheat Engine will use to deal with pointers

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Related Functions