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