Difference between revisions of "Lua:readQword"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | '''function''' readQword(''Address'') | + | '''function''' readQword(''Address'') ''':''' integer |
Reads a QWORD (8 bytes) from the specified address and interprets them as an integer. | Reads a QWORD (8 bytes) from the specified address and interprets them as an integer. |
Revision as of 01:48, 11 March 2017
function readQword(Address) : integer
Reads a QWORD (8 bytes) from the specified address and interprets them as an integer.
Function Parameters
Parameter | Type | Description |
---|---|---|
Address | CEAddressString or Integer | The address to read |
See also
Related Functions
- readBytes
- readInteger
- readPointer
- readFloat
- readDouble
- readString
- writeBytes
- 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