Difference between revisions of "Lua:readDouble"
Jump to navigation
Jump to search
| Line 17: | Line 17: | ||
{{LuaSeeAlso}} | {{LuaSeeAlso}} | ||
| + | === Related Functions === | ||
{{ReadWriteMemory}} | {{ReadWriteMemory}} | ||
Revision as of 09:21, 4 July 2017
function readDouble(Address) : float
Reads a QWORD (8 bytes) at the given address and interprets them as a double precision floating point value.
Function Parameters
| Parameter | Type | Description |
|---|---|---|
| Address | CEAddressString or Integer | The address to read |