Difference between revisions of "Lua:readQword"
Jump to navigation
Jump to search
m (moved readQword to Lua:readQword) |
|
(No difference)
| |
Revision as of 00:02, 25 January 2018
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 |