Difference between revisions of "Lua:readFloat"

From Cheat Engine
Jump to navigation Jump to search
Line 10: Line 10:
 
|-
 
|-
 
|Address
 
|Address
|String or Integer
+
|CEAddressString or Integer
 
|The address to read
 
|The address to read
 
|}
 
|}

Revision as of 15:16, 22 February 2012

function readFloat(Address)

Reads the 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

See also