Lua:readDouble
Jump to navigation
Jump to search
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 |