Difference between revisions of "Lua:readDouble"

From Cheat Engine
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

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Related Functions