Difference between revisions of "Lua:readQwordLocal"
Jump to navigation
Jump to search
(Created page with ''''function''' readQwordLocal(''Address'') Reads a 64-bit (8 bytes) integer at the given address, in Cheat Engine's memory. ===Function Parameters=== {|width="85%" cellpadding=…') |
m (moved readQwordLocal to Lua:readQwordLocal) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | '''function''' readQwordLocal(''Address'') | + | [[Category:Lua]] |
+ | '''function''' readQwordLocal(''Address'') ''':''' integer | ||
− | Reads a | + | Reads a QWORD (8 bytes) at the given address, in Cheat Engine's memory, and interprets them as an integer. |
+ | |||
+ | Note: The value read is from the Cheat Engine process instead of the targeted process. | ||
===Function Parameters=== | ===Function Parameters=== | ||
Line 15: | Line 18: | ||
− | + | {{LuaSeeAlso}} | |
− | |||
− | |||
=== Related Functions === | === Related Functions === | ||
− | + | {{ReadWriteMemory}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 00:03, 25 January 2018
function readQwordLocal(Address) : integer
Reads a QWORD (8 bytes) at the given address, in Cheat Engine's memory, and interprets them as an integer.
Note: The value read is from the Cheat Engine process instead of the targeted process.
Function Parameters[edit]
Parameter | Type | Description |
---|---|---|
Address | CEAddressString or Integer | The address to read |
See also[edit]
Related Functions[edit]
- readBytes
- readSmallInteger
- readInteger
- readQword
- readPointer
- readFloat
- readDouble
- readString
- writeBytes
- writeSmallInteger
- writeInteger
- writeQword
- writeFloat
- writeDouble
- writeString
- readBytesLocal
- readIntegerLocal
- readQwordLocal
- readPointerLocal
- readFloatLocal
- readDoubleLocal
- readStringLocal
- writeBytesLocal
- writeIntegerLocal
- writeQwordLocal
- writeFloatLocal
- writeDoubleLocal
- writeStringLocal
- wordToByteTable
- dwordToByteTable
- qwordToByteTable
- floatToByteTable
- doubleToByteTable
- stringToByteTable
- wideStringToByteTable
- byteTableToWord
- byteTableToDword
- byteTableToQword
- byteTableToFloat
- byteTableToDouble
- byteTableToString
- byteTableToWideString