Difference between revisions of "Lua:readPointer"

From Cheat Engine
Jump to navigation Jump to search
Line 18: Line 18:
 
{{LuaSeeAlso}}
 
{{LuaSeeAlso}}
  
 +
=== Related Functions ===
 
{{ReadWriteMemory}}
 
{{ReadWriteMemory}}

Revision as of 09:20, 4 July 2017

function readPointer(Address) : integer

In a 64-bit target this equals readQword, in a 32-bit target readInteger.

Function Parameters

Parameter Type Description
Address CEAddressString or Integer The address to read


See also

Lua
Script Engine

Related Functions

Read Functions
readBytes
readSmallInteger
readInteger
readQword
readPointer
readFloat
readDouble
readString
Read Functions (Local Process)
readBytesLocal
readIntegerLocal
readQwordLocal
readPointerLocal
readFloatLocal
readDoubleLocal
readStringLocal
Write Functions
writeBytes
writeSmallInteger
writeInteger
writeQword
writeFloat
writeDouble
writeString
Write Functions (Local Process)
writeBytesLocal
writeIntegerLocal
writeQwordLocal
writeFloatLocal
writeDoubleLocal
writeStringLocal
Byte Table Conversions (Value → Byte Table)
wordToByteTable
dwordToByteTable
qwordToByteTable
floatToByteTable
doubleToByteTable
stringToByteTable
wideStringToByteTable
Byte Table Conversions (Byte Table → Value)
byteTableToWord
byteTableToDword
byteTableToQword
byteTableToFloat
byteTableToDouble
byteTableToString
byteTableToWideString