Difference between revisions of "Lua:readFloat"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' readFloat(''Address'') Reads the 4 bytes at the given address and interprets them as a single precision floating point value ===Function Parameters=== {|width="8…')
 
Line 17: Line 17:
 
* [[readBytes]]
 
* [[readBytes]]
 
* [[readInteger]]
 
* [[readInteger]]
* [[readFloat]]
 
 
* [[readDouble]]
 
* [[readDouble]]
 
* [[readString]]
 
* [[readString]]
 
* [[Lua]]
 
* [[Lua]]

Revision as of 23:41, 21 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 String or Integer The address to read

See also