Lua:readBytes
Revision as of 00:01, 25 January 2018 by TheyCallMeTim13 (talk | contribs) (moved readBytes to Lua:readBytes)
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 |