Difference between revisions of "Lua:readDouble"

From Cheat Engine
Jump to navigation Jump to search
Line 1: Line 1:
'''function''' readFloat(''Address'')
+
'''function''' readDouble(''Address'')
  
Reads the 8 bytes at the given address and interprets them as a double precision floating point value
+
Reads the 8 bytes at the given address and interprets them as a double precision floating point value.
  
 
===Function Parameters===
 
===Function Parameters===
Line 15: Line 15:
  
 
== See also ==
 
== See also ==
 +
* [[Lua]]
 +
* [[Help_File:Script engine|Script engine]]
 +
 +
=== Related Functions ===
 
* [[readBytes]]
 
* [[readBytes]]
 
* [[readInteger]]
 
* [[readInteger]]
 +
* [[readQword]]
 +
* [[readPointer]]
 
* [[readFloat]]
 
* [[readFloat]]
 
* [[readString]]
 
* [[readString]]
* [[Lua]]
+
* [[writeBytes]]
 +
* [[writeInteger]]
 +
* [[writeQword]]
 +
* [[writeFloat]]
 +
* [[writeDouble]]
 +
* [[writeString]]
 +
* [[readBytesLocal]]
 +
* [[readIntegerLocal]]
 +
* [[readQwordLocal]]
 +
* [[readPointerLocal]]
 +
* [[readFloatLocal]]
 +
* [[readDoubleLocal]]
 +
* [[readStringLocal]]
 +
* [[writeBytesLocal]]
 +
* [[writeIntegerLocal]]
 +
* [[writeQwordLocal]]
 +
* [[writeFloatLocal]]
 +
* [[writeDoubleLocal]]
 +
* [[writeStringLocal]]
 +
* [[wordToByteTable]]
 +
* [[dwordToByteTable]]
 +
* [[qwordToByteTable]]
 +
* [[floatToByteTable]]
 +
* [[doubleToByteTable]]
 +
* [[stringToByteTable]]
 +
* [[wideStringToByteTable]]
 +
* [[byteTableToWord]]
 +
* [[byteTableToDword]]
 +
* [[byteTableToQword]]
 +
* [[byteTableToFloat]]
 +
* [[byteTableToDouble]]
 +
* [[byteTableToString]]
 +
* [[byteTableToWideString]]

Revision as of 15:18, 8 March 2017