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 |