Difference between revisions of "Lua:readInteger"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | [[Category:Lua]] | ||
'''function''' readInteger(''Address'') ''':''' integer | '''function''' readInteger(''Address'') ''':''' integer | ||
Revision as of 13:38, 19 March 2017
function readInteger(Address) : integer
Reads a DWORD (4 bytes) at the given 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
- readQword
- 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