Difference between revisions of "Lua:readBytes"
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
{{LuaSeeAlso}} | {{LuaSeeAlso}} | ||
+ | === Related Functions === | ||
{{ReadWriteMemory}} | {{ReadWriteMemory}} |
Revision as of 09:18, 4 July 2017
function readBytes(Address, Bytecount, ReturnAsTable ) : (byte, ...) - table
Returns the bytes at the given address
Function Parameters
Parameter | Type | Description |
---|---|---|
Address | CEAddressString or Integer | The address to read |
Bytecount | Integer | The number of bytes to read |
ReturnAsTable | Boolean | Returns a table object instead of multiple return values |
See also
Related Functions
- 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