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