Lua:setPointerSize
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) =...")
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[edit]
Parameter | Type | Description |
---|---|---|
size | Integer | The size in bytes Cheat Engine will use to deal with pointers |